diff options
Diffstat (limited to 'jjb/barometer/barometer.yaml')
-rw-r--r-- | jjb/barometer/barometer.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/jjb/barometer/barometer.yaml b/jjb/barometer/barometer.yaml index 4d67f1839..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 |