From 0faa77325c6ac7f9098635a256c52f6826628792 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 14 Dec 2022 15:30:49 +0100 Subject: Remove deprecated or useless macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8bd92fe53efbbcfc5e18f3835004374a5c6a0a66 Signed-off-by: Cédric Ollivier --- jjb/barometer/barometer.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'jjb/barometer') 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 -- cgit 1.2.3-korg