diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2015-12-11 12:02:06 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-11 13:42:02 +0000 |
commit | d984189fb40b5013706a3cb8e1f5ef263e729a01 (patch) | |
tree | 4d8e1f4e55d63f802a4ed9cd644732c1f05a6faf | |
parent | fe91ad69f12ca2ce493669761d1249c01a65d379 (diff) |
Add orange-pod2 parameter
Change-Id: I889b631e1f6248d37e4fee769b05efb9c2b84d79
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
-rw-r--r-- | jjb/opnfv/pod-params.yml | 19 |
1 files changed, 19 insertions, 0 deletions
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' |