From 5b5ad6d006cdc661f7fb49221ef68030c6dad097 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 25 Jan 2017 21:25:30 +0100 Subject: multisite: Update the jobs for the new nodes The builders are left empty until after the further discussion and they will be fixed in a separate change. Change-Id: Iad585d43620e9956fd3b2b3406a5b01ec51b8822 Signed-off-by: Fatih Degirmenci --- jjb/global/slave-params.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'jjb/global/slave-params.yml') diff --git a/jjb/global/slave-params.yml b/jjb/global/slave-params.yml index d05b7b562..23ddbf882 100644 --- a/jjb/global/slave-params.yml +++ b/jjb/global/slave-params.yml @@ -720,6 +720,26 @@ name: GIT_BASE default: https://git.opendaylight.org/gerrit/p/$PROJECT.git description: 'Git URL to use on this Jenkins Slave' +- parameter: + name: 'ericsson-virtual12-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'ericsson-virtual12' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on this Jenkins Slave' +- parameter: + name: 'ericsson-virtual13-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'ericsson-virtual13' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on this Jenkins Slave' - parameter: name: 'odl-netvirt-virtual-defaults' parameters: -- cgit 1.2.3-korg