summaryrefslogtreecommitdiffstats
path: root/jjb/global/slave-params.yaml
blob: 7d0996bb674f904edbd766e094392e641d1857fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
- parameter:
    name: 'opnfv-build-defaults'
    parameters:
      - label:
          name: SLAVE_LABEL
          default: 'opnfv-build'
          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."

- parameter:
    name: 'opnfv-build-ubuntu-defaults'
    parameters:
      - label:
          name: SLAVE_LABEL
          default: 'anuket-build'
          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."

- parameter:
    name: 'intel-pod12-defaults'
    parameters:
      - node:
          name: SLAVE_NAME
          description: 'Slave name on Jenkins'
          allowed-slaves:
            - intel-pod12
          default-slaves:
            - intel-pod12
      - string:
          name: GIT_BASE
          default: https://gerrit.opnfv.org/gerrit/$PROJECT
          description: 'Git URL to use on this Jenkins Slave'