diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-11 10:04:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-11 10:04:17 +0000 |
commit | a8f7054c6691852c58c0fd68961a4302c101e20c (patch) | |
tree | 1afe013574c840c74473e0a732be4eccf91190ae | |
parent | d72a239f2e2e1fa9066d26924b72aa2ba88f9df5 (diff) | |
parent | 200a88d9e6af0bf6ab6c23bac86c144a3daa4f3c (diff) |
Merge "Add zte slave to pod-config"
-rw-r--r-- | jjb/opnfv/pod-params.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/opnfv/pod-params.yml b/jjb/opnfv/pod-params.yml index fc6650ffb..3fdf01356 100644 --- a/jjb/opnfv/pod-params.yml +++ b/jjb/opnfv/pod-params.yml @@ -233,3 +233,18 @@ name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT description: 'Git URL to use on the slave' + +- parameter: + name: 'zte-build-1' + parameters: + - node: + name: SLAVE_NAME + description: 'Slave name on Jenkins' + allowed-slaves: + - zte-build-1 + default-slaves: + - zte-build-1 + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on the slave' |