diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-26 11:30:11 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-26 14:50:32 +0200 |
commit | 890bc75c29ef98fe2eb0dd8e456ad6eafa9d26a1 (patch) | |
tree | 8bf915e8cac575fbc12418f51e4e811110e36044 /ci/globals.yaml | |
parent | 381a70d86ce49bd55b298042dc11cb16f9710d82 (diff) |
Avoid duplicating jjb names
It allows loading functest and functest-kubernetes jjbs in one
Jenkins.
Change-Id: Ia52e84583bc25aad0d1508096b536cbd5585d261
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ci/globals.yaml')
-rw-r--r-- | ci/globals.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/globals.yaml b/ci/globals.yaml index 15a1d89ca..4be1b37a2 100644 --- a/ci/globals.yaml +++ b/ci/globals.yaml @@ -4,6 +4,9 @@ repo: 'opnfv' branch: 'master' tag: 'latest' + +- defaults: + name: functest-defaults prefix: '/home/opnfv/functest' nameserver: '8.8.8.8' external_network: 'ext-net' |