diff options
Diffstat (limited to 'jjb/barometer/barometer.yaml')
-rw-r--r-- | jjb/barometer/barometer.yaml | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/jjb/barometer/barometer.yaml b/jjb/barometer/barometer.yaml index b56a9ffe0..7b25e8efb 100644 --- a/jjb/barometer/barometer.yaml +++ b/jjb/barometer/barometer.yaml @@ -3,6 +3,24 @@ # All the jobs except verify have been removed! # They will only be enabled on request by projects! ################################################### + +- parameter: + name: 'opnfv-build-centos-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'opnfv-build-centos' + all-nodes: false + node-eligibility: 'ignore-offline' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on this Jenkins Slave' + - string: + name: BUILD_DIRECTORY + default: $WORKSPACE/build_output + description: "Directory where the build artifact will be located upon the completion of the build." + - project: name: barometer @@ -19,23 +37,27 @@ branch: '{stream}' gs-pathname: '' disabled: false - - moselle: &moselle + - nile: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false + - moselle: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false - - lakelse: &lakelse + - lakelse: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false - - kali: &kali + - kali: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false - - jerma: &jerma + - jerma: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false - - iruya: &iruya + - iruya: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false |