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/laas/laas.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'jjb/laas') diff --git a/jjb/laas/laas.yml b/jjb/laas/laas.yml index 14141de5f..197495475 100644 --- a/jjb/laas/laas.yml +++ b/jjb/laas/laas.yml @@ -1,4 +1,22 @@ --- +- parameter: + name: 'laas-dashboard-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'laas-dashboard' + description: 'Slave label on Jenkins' + 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: laas-dashboard-jobs -- cgit 1.2.3-korg