diff options
Diffstat (limited to 'jjb/laas/laas.yml')
-rw-r--r-- | jjb/laas/laas.yml | 18 |
1 files changed, 18 insertions, 0 deletions
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 |