diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-05-03 11:28:48 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-05-03 11:34:15 +0200 |
commit | 0ca5b5b23d60ed6ceda156909a685cb20d16b4e2 (patch) | |
tree | 8d274c0a0b4c7d05e7dfbbd108c6b9b7bf6ec75b /jjb | |
parent | 63ece054671bdd98247e2d89e7ebd72b69078731 (diff) |
Docker, change BASE_VERSION to brahmaputra.3
return ${BASE_VERSION}.0 if ${BASE_VERSION} does not exist (first time)
Change-Id: I96654834099c9f806ce8aec8571a755dc803e1e9
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/opnfv/opnfv-docker.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/opnfv/opnfv-docker.yml b/jjb/opnfv/opnfv-docker.yml index 130edd480..936f22040 100644 --- a/jjb/opnfv/opnfv-docker.yml +++ b/jjb/opnfv/opnfv-docker.yml @@ -40,7 +40,7 @@ description: "To enable/disable pushing the image to Dockerhub." - string: name: BASE_VERSION - default: "brahmaputra.1" + default: "brahmaputra.3" description: "Base version to be used." - string: name: DOCKER_REPO_NAME @@ -83,7 +83,7 @@ description: "To enable/disable pushing the image to Dockerhub." - string: name: BASE_VERSION - default: "brahmaputra.2" + default: "brahmaputra.3" description: "Base version to be used." - string: name: DOCKER_REPO_NAME |