From: garciadeblas Date: Mon, 3 Oct 2022 14:16:56 +0000 (+0200) Subject: Minor fix in stage3 during push to dockerhub X-Git-Tag: release-v13.0-start~19 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F75%2F12575%2F2;hp=230f564de508f1820e40d0bab100763954255595;p=osm%2Fdevops.git Minor fix in stage3 during push to dockerhub Change-Id: I54fb53d2e58443fe0900c1e0111bebaa6daf9d16 Signed-off-by: garciadeblas --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 01ed34e1..5255f9b0 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -633,6 +633,7 @@ EOF""" parallelSteps[module] = { dir("$module") { + sh("docker pull ${INTERNAL_DOCKER_REGISTRY}opensourcemano/${moduleName}:${moduleTag}") sh("""docker tag opensourcemano/${moduleName}:${moduleTag} \ opensourcemano/${moduleName}:${dockerTag}""") sh "docker push opensourcemano/${moduleName}:${dockerTag}"