From: Fatih Degirmenci Date: Thu, 24 Oct 2019 12:43:40 +0000 (+0200) Subject: Introduce ONAP Offline Build JJBs and Scripts X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=d94d42c79085ae1d9723a811d1ad893a41b78570;p=infra%2Fcicd.git Introduce ONAP Offline Build JJBs and Scripts Change-Id: Ia939891b02a539ea68dd126ab72dfb0f2e878028 --- diff --git a/jjb/onap-offline/project.yaml b/jjb/onap-offline/project.yaml new file mode 100644 index 00000000..e52a3a55 --- /dev/null +++ b/jjb/onap-offline/project.yaml @@ -0,0 +1,38 @@ +- job: + name: ONAP Build Tarball and Installation Job + description: 'This is a multijob that kicks off all the jobs to create the tarballs install the tarballs healthcheck them and push them to artifactory sequentially' + project-type: multijob + node: onap-offline-ubuntu1804 + wrappers: + - timestamps + builders: + - multijob: + name: Building The Tarball + condition: SUCCESSFUL + execution-type: SEQUENTIALLY + projects: + - name: 1.1_onap_offline_build_stack_creation + kill-phase-on: FAILURE + abort-all-job: true + current-parameters: true + node-parameters: true + - name: 1.2_onap_offline_build_preparation + kill-phase-on: FAILURE + abort-all-job: true + current-parameters: true + node-parameters: true + - name: 1.3_onap_offline_build_download_artifacts + kill-phase-on: FAILURE + abort-all-job: true + current-parameters: true + node-parameters: true + - name: 1.4_onap_offline_build_nexus + kill-phase-on: FAILURE + abort-all-job: true + current-parameters: true + node-parameters: true + - name: 1.5_onap_offline_build_create_packages + kill-phase-on: FAILURE + abort-all-job: true + current-parameters: true + node-parameters: true