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