50743b70b76ee61ada33a43c73a5f84364c304e1
[releng.git] / jjb / global / slave-params.yaml
1 - parameter:
2     name: 'opnfv-build-defaults'
3     parameters:
4       - label:
5           name: SLAVE_LABEL
6           default: 'opnfv-build'
7           description: 'Slave label on Jenkins'
8           all-nodes: false
9           node-eligibility: 'ignore-offline'
10       - string:
11           name: GIT_BASE
12           default: https://gerrit.opnfv.org/gerrit/$PROJECT
13           description: 'Git URL to use on this Jenkins Slave'
14       - string:
15           name: BUILD_DIRECTORY
16           default: $WORKSPACE/build_output
17           description: "Directory where the build artifact will be located upon the completion of the build."
18
19 - parameter:
20     name: 'opnfv-build-ubuntu-defaults'
21     parameters:
22       - label:
23           name: SLAVE_LABEL
24           default: 'opnfv-build-ubuntu'
25           description: 'Slave label on Jenkins'
26           all-nodes: false
27           node-eligibility: 'ignore-offline'
28       - string:
29           name: GIT_BASE
30           default: https://gerrit.opnfv.org/gerrit/$PROJECT
31           description: 'Git URL to use on this Jenkins Slave'
32       - string:
33           name: BUILD_DIRECTORY
34           default: $WORKSPACE/build_output
35           description: "Directory where the build artifact will be located upon the completion of the build."
36
37 - parameter:
38     name: 'intel-pod12-defaults'
39     parameters:
40       - node:
41           name: SLAVE_NAME
42           description: 'Slave name on Jenkins'
43           allowed-slaves:
44             - intel-pod12
45           default-slaves:
46             - intel-pod12
47       - string:
48           name: GIT_BASE
49           default: https://gerrit.opnfv.org/gerrit/$PROJECT
50           description: 'Git URL to use on this Jenkins Slave'