- job: name: '1.2_onap_offline_build_preparation' description: 'This job prepares the build server for the download of artifacts and creation of tarballs' node: onap-offline-ubuntu1804 parameters: - string: name: offline_branch default: master description: 'oom/offline-installer git branch' - 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 (Will need to specify once we know the details in Nordix)' builders: - build-name-setter: template: '#${BUILD_NUMBER}' macro: true - shell: !include-raw: ../scripts/2_build_preparation.sh wrappers: - timestamps