3 name: 'apex-project-jobs'
13 branch: 'stable/{stream}'
14 gs-pathname: '/{stream}'
17 - euphrates: &euphrates
18 branch: 'stable/euphrates'
19 gs-pathname: '/euphrates'
23 branch: 'stable/danube'
24 gs-pathname: '/danube'
29 - 'apex-build-{stream}'
30 - 'apex-verify-iso-{stream}'
34 name: 'apex-build-{stream}'
36 # Job template for builds
39 # stream: branch with - in place of / (eg. stable)
40 # branch: branch (eg. stable)
41 node: 'apex-build-master'
48 - '{project}-defaults'
53 gs-pathname: '{gs-pathname}'
66 max-per-node: '{concurrent-builds}'
70 use-build-blocker: true
73 - 'apex-verify-iso-{stream}'
78 properties-content: ARTIFACT_TYPE=rpm
79 - 'apex-upload-artifact'
83 name: 'apex-verify-iso-{stream}'
85 # Job template for builds
88 # stream: branch with - in place of / (eg. stable)
89 # branch: branch (eg. stable)
90 node: 'apex-virtual-master'
101 gs-pathname: '{gs-pathname}'
104 default: https://gerrit.opnfv.org/gerrit/$PROJECT
105 description: "Used for overriding the GIT URL coming from parameters macro."
120 properties-content: ARTIFACT_TYPE=iso
121 - 'apex-upload-artifact'
123 ########################
125 ########################
130 !include-raw: ./apex-build.sh
133 name: 'apex-iso-verify'
136 !include-raw: ./apex-iso-verify.sh