add ccsdk-sli-northbound
[infra/cicd.git] / jjb / onap-offline / build_jobs / jjb / 2_build_preparation.yaml
1 - job:
2     name: '1.2_onap_offline_build_preparation'
3     description: 'This job prepares the build server for the download of artifacts and creation of tarballs'
4     node: onap-offline-ubuntu1804
5     parameters:
6       - string:
7           name: offline_branch
8           default: master
9           description: 'oom/offline-installer git branch'
10       - string:
11           name: 'remote_user'
12           default: 'centos'
13           description: User of the VM, used when sshing
14       - string:
15           name: 'ssh_key'
16           default: '/home/ubuntu/.ssh/id_rsa'
17           description: 'Key used to ssh onto the VM (Will need to specify once we know the details in Nordix)'
18     builders:
19       - build-name-setter:
20           template: '#${BUILD_NUMBER}'
21           macro: true
22       - shell:
23           !include-raw: ../scripts/2_build_preparation.sh
24     wrappers:
25       - timestamps