blob: 1b25f9fcb5fc6234c791b69e2cbd258d3cc7031c [file] [log] [blame]
- job:
name: '2.2_onap_offline_install_preparation'
description: 'This job deletes the existing offline installer directory (/tmp/package/onap-offline-installer)<br>
on the Build Server and re-extracts it to the same location.<br>
The reason for this is in case a new build has been created since the previous extraction.'
parameters:
- string:
name: 'instance_name'
default: 'onap_offline_deploy_instance'
description: 'Prefix name of the offline deploy instances'
- string:
name: 'openstack_user'
default: 'centos'
description: 'User of the VM, used when sshing'
- string:
name: 'ssh_key'
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: ${WORKSPACE}/install/scripts/2_preparation.sh
wrappers:
- timestamps
node: 'city-jumphost-onap-ubuntu1804'