Fatih Degirmenci | d94d42c | 2019-10-24 14:43:40 +0200 | [diff] [blame] | 1 | - job: |
| 2 | name: ONAP Build Tarball and Installation Job |
| 3 | 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' |
| 4 | project-type: multijob |
| 5 | node: onap-offline-ubuntu1804 |
| 6 | wrappers: |
| 7 | - timestamps |
| 8 | builders: |
| 9 | - multijob: |
| 10 | name: Building The Tarball |
| 11 | condition: SUCCESSFUL |
| 12 | execution-type: SEQUENTIALLY |
| 13 | projects: |
| 14 | - name: 1.1_onap_offline_build_stack_creation |
| 15 | kill-phase-on: FAILURE |
| 16 | abort-all-job: true |
| 17 | current-parameters: true |
| 18 | node-parameters: true |
| 19 | - name: 1.2_onap_offline_build_preparation |
| 20 | kill-phase-on: FAILURE |
| 21 | abort-all-job: true |
| 22 | current-parameters: true |
| 23 | node-parameters: true |
| 24 | - name: 1.3_onap_offline_build_download_artifacts |
| 25 | kill-phase-on: FAILURE |
| 26 | abort-all-job: true |
| 27 | current-parameters: true |
| 28 | node-parameters: true |
| 29 | - name: 1.4_onap_offline_build_nexus |
| 30 | kill-phase-on: FAILURE |
| 31 | abort-all-job: true |
| 32 | current-parameters: true |
| 33 | node-parameters: true |
| 34 | - name: 1.5_onap_offline_build_create_packages |
| 35 | kill-phase-on: FAILURE |
| 36 | abort-all-job: true |
| 37 | current-parameters: true |
| 38 | node-parameters: true |