- job: name: '1.4_onap_offline_build_nexus' description: 'This job takes in the downloaded images and builds the nexus blob. After nexus blob is built it deletes the images that were downloaded during job 3 in order to free up space and allow for a correct creation of resource tar ball.' node: onap-offline-ubuntu1804 parameters: - string: name: 'remote_user' default: 'centos' description: User of the VM, used when sshing - string: name: 'ssh_key' default: '/home/ubuntu/.ssh/id_rsa' description: 'Key used to ssh onto the VM' - string: name: 'data_list_dir' default: '/tmp/onap-offline/build/data_lists' description: 'Directory of the data_lists' - string: name: 'resources_dir' default: '/tmp/resources' description: 'Directory of resources' - string: name: 'build_dir' default: '/tmp/onap-offline/build' description: 'Build directory' builders: - build-name-setter: template: '#${BUILD_NUMBER}' macro: true - shell: !include-raw: ../scripts/4_build_nexus.sh wrappers: - timestamps