Skip to content
Snippets Groups Projects
Commit 48eea891 authored by garciadeblas's avatar garciadeblas
Browse files

Fix docker tag in stage3 to coexist with periodic clean-up


Change-Id: I1ce9a5de84e0bcedd7abaecfa0fb6d753b853cb7
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent ef27d2e2
No related branches found
No related tags found
No related merge requests found
......@@ -638,7 +638,7 @@ EOF"""
parallelSteps[module] = {
dir("$module") {
sh("docker pull ${INTERNAL_DOCKER_REGISTRY}opensourcemano/${moduleName}:${moduleTag}")
sh("""docker tag opensourcemano/${moduleName}:${moduleTag} \
sh("""docker tag ${INTERNAL_DOCKER_REGISTRY}opensourcemano/${moduleName}:${moduleTag} \
opensourcemano/${moduleName}:${dockerTag}""")
sh "docker push opensourcemano/${moduleName}:${dockerTag}"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment