summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-12-09 21:05:00 +0100
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-12-09 21:15:15 +0100
commitf7897e0ea19c8caaa5293d81a27b633a3ca4c6d2 (patch)
treea8396637dcc4fc875b2f10a89affa538fcca62bc /jjb/opnfv
parentecefe9f1490144b0d8ebc982acb472fa9ec4e774 (diff)
First version of joid deploy job on intel pod5
Change-Id: Id0c23c86c2144316d0067266df6f768d9bcaed15 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/opnfv')
-rw-r--r--jjb/opnfv/pod-params.yml19
1 files changed, 17 insertions, 2 deletions
diff --git a/jjb/opnfv/pod-params.yml b/jjb/opnfv/pod-params.yml
index fb02e7d5d..6bddb66c0 100644
--- a/jjb/opnfv/pod-params.yml
+++ b/jjb/opnfv/pod-params.yml
@@ -90,9 +90,9 @@
name: SLAVE_NAME
description: 'Slave name on Jenkins'
allowed-slaves:
- - intelpod5-jumphost
+ - intel-us-deploy-bare-pod5
default-slaves:
- - intelpod5-jumphost
+ - intel-us-deploy-bare-pod5
- string:
name: INSTALLER_VERSION
default: stable
@@ -158,3 +158,18 @@
name: GIT_BASE
default: https://gerrit.opnfv.org/gerrit/$PROJECT
description: 'Git URL to use on the jumphost'
+
+- parameter:
+ name: 'opnfv-build-defaults'
+ parameters:
+ - node:
+ name: SLAVE_NAME
+ description: 'Label on Jenkins'
+ allowed-slaves:
+ - opnfv-build
+ default-slaves:
+ - opnfv-build
+ - string:
+ name: GIT_BASE
+ default: https://gerrit.opnfv.org/gerrit/$PROJECT
+ description: 'Git URL to use on the jumphost'