diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-05-07 21:26:29 +0200 |
---|---|---|
committer | Ming-Hung Hsu <mhhsu@itri.org.tw> | 2019-05-14 14:02:27 +0000 |
commit | 1dcaf9194c5cf9e08e79541bd77a1342fa7a38db (patch) | |
tree | 1c13f2533f9e7fca09e21e07556f6c1f85c8c6aa /jjb/global | |
parent | 9c2c4138bdaeb3d52318f5cec67720a8dbeae78c (diff) |
[fuel] Add jobs for itri-pod1 deployments
Change-Id: Ic2d88258265659dd01894920c7aff8f3de1a8a10
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/slave-params.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/global/slave-params.yaml b/jjb/global/slave-params.yaml index c759cf3a5..a415546be 100644 --- a/jjb/global/slave-params.yaml +++ b/jjb/global/slave-params.yaml @@ -842,6 +842,25 @@ description: 'Git URL to use on this Jenkins Slave' - parameter: + name: 'itri-pod1-defaults' + parameters: + - node: + name: SLAVE_NAME + description: 'Slave name on Jenkins' + allowed-slaves: + - itri-pod1 + default-slaves: + - itri-pod1 + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on this Jenkins Slave' + - string: + name: INSTALLER_IP + default: '10.20.0.2' + description: 'IP of the installer' + +- parameter: name: 'huawei-pod3-defaults' parameters: - node: |