add ccsdk-sli-northbound
[infra/cicd.git] / jjb / onap-offline / build_jobs / jjb / 4_build_nexus.yaml
1 - job:
2     name: '1.4_onap_offline_build_nexus'
3     description: 'This job takes in the downloaded images and builds the nexus blob. After nexus blob is built it deletes the images that were
4     downloaded during job 3 in order to free up space and allow for a correct creation of resource tar ball.'
5     node: onap-offline-ubuntu1804
6     parameters:
7       - string:
8           name: 'remote_user'
9           default: 'centos'
10           description: User of the VM, used when sshing
11       - string:
12           name: 'ssh_key'
13           default: '/home/ubuntu/.ssh/id_rsa'
14           description: 'Key used to ssh onto the VM'
15       - string:
16           name: 'data_list_dir'
17           default: '/tmp/onap-offline/build/data_lists'
18           description: 'Directory of the data_lists'
19       - string:
20           name: 'resources_dir'
21           default: '/tmp/resources'
22           description: 'Directory of resources'
23       - string:
24           name: 'build_dir'
25           default: '/tmp/onap-offline/build'
26           description: 'Build directory'
27
28     builders:
29       - build-name-setter:
30           template: '#${BUILD_NUMBER}'
31           macro: true
32       - shell:
33           !include-raw: ../scripts/4_build_nexus.sh
34     wrappers:
35       - timestamps