From: garciadeblas Date: Mon, 3 Oct 2022 14:16:56 +0000 (+0200) Subject: Minor fix in stage3 during push to dockerhub X-Git-Tag: v12.0.4~3 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=968966bb572960e23df77d6a3c93a52bc7ef85a3;hp=8d3b1402536f3adbcb82d0e2040fa30ac90b2761;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 1474f89d..e5159938 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -632,6 +632,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}"