diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-01-25 21:25:30 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-01-25 21:30:36 +0100 |
commit | 5b5ad6d006cdc661f7fb49221ef68030c6dad097 (patch) | |
tree | 78d1ebab000f4a3c61ed19954e786eeb96e155e8 /jjb/global | |
parent | 690ce5838508a651d5cf06c89533d5b69ac999ec (diff) |
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 <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/slave-params.yml | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ -721,6 +721,26 @@ 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: - label: |