add the jenkins job yaml and scripts
[eliot.git] / jjb / global / slave-params.yaml
1 ---
2 - parameter:
3     name: 'eliot-kubeedge-virtual-defaults'
4     parameters:
5       - label:
6           name: SLAVE_LABEL
7           default: 'eliot-kubeedge-virtual'
8           all-nodes: false
9           node-eligibility: 'ignore-offline'
10       - string:
11           name: GIT_BASE
12           default: https://gerrit.akraino.org/r/$PROJECT
13           description: 'Git URL to use on this Jenkins Slave'
14
15 - parameter:
16     name: 'eliot-k8s-virtual-defaults'
17     parameters:
18       - label:
19           name: SLAVE_LABEL
20           default: 'eliot-k8s-virtual'
21           all-nodes: false
22           node-eligibility: 'ignore-offline'
23       - string:
24           name: GIT_BASE
25           default: https://gerrit.akraino.org/r/$PROJECT
26           description: 'Git URL to use on this Jenkins Slave'
27
28 - parameter:
29     name: 'eliot-k8s-centos-virtual-defaults'
30     parameters:
31       - label:
32           name: SLAVE_LABEL
33           default: 'eliot-k8s-centos-virtual'
34           all-nodes: false
35           node-eligibility: 'ignore-offline'
36       - string:
37           name: GIT_BASE
38           default: https://gerrit.akraino.org/r/$PROJECT
39           description: 'Git URL to use on this Jenkins Slave'