add ccsdk-sli-northbound
[infra/cicd.git] / jjb / onap-offline / build_jobs / jjb / 5_build_create_tarballs.yaml
1 - job:
2     name: '1.5_onap_offline_build_create_packages'
3     description: 'This job creates the tar files which will be used for the installation of ONAP.'
4     node: onap-offline-ubuntu1804
5     parameters:
6       - string:
7           name: 'remote_user'
8           default: 'centos'
9           description: User of the VM, used when sshing
10       - string:
11           name: 'package_oom_cmd'
12           default: 'sudo /tmp/onap-offline/build/package.py https://gerrit.onap.org/r/oom --application-repository_reference master'
13           description: 'Change --application-repository_reference to whichever oom branch you want to use
14         -master
15         -dublin'
16       - string:
17           name: 'ssh_key'
18           default: '/home/ubuntu/.ssh/id_rsa'
19           description: 'Key used to ssh onto the VM'
20       - string:
21           name: 'resources_dir'
22           default: '/tmp/resources'
23           description: 'Directory of resources'
24     builders:
25       - build-name-setter:
26           template: '#${BUILD_NUMBER}'
27           macro: true
28       - shell:
29           !include-raw: ../scripts/5_build_create_package.sh
30     wrappers:
31       - timestamps