From: David Blaisonneau Date: Fri, 11 Dec 2015 11:02:06 +0000 (+0100) Subject: Add orange-pod2 parameter X-Git-Tag: test-tag~75 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F4333%2F3;p=releng.git Add orange-pod2 parameter Change-Id: I889b631e1f6248d37e4fee769b05efb9c2b84d79 Signed-off-by: David Blaisonneau --- diff --git a/jjb/opnfv/pod-params.yml b/jjb/opnfv/pod-params.yml index 6a2650667..fae3a5b85 100644 --- a/jjb/opnfv/pod-params.yml +++ b/jjb/opnfv/pod-params.yml @@ -265,3 +265,22 @@ name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT description: 'Git URL to use on the slave' + +- parameter: + name: 'orange-pod2' + parameters: + - node: + name: SLAVE_NAME + description: 'Slave name on Jenkins' + allowed-slaves: + - orange-fr-pod2 + default-slaves: + - orange-fr-pod2 + - string: + name: INSTALLER_VERSION + default: latest + description: 'Version of the installer to deploy' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on the jumphost'