From d2772ad7d595c59fc9d06e83cbc11b8172fc3495 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 3 Oct 2022 16:16:56 +0200 Subject: [PATCH] Minor fix in stage3 during push to dockerhub Change-Id: I54fb53d2e58443fe0900c1e0111bebaa6daf9d16 Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_3.groovy | 1 + 1 file changed, 1 insertion(+) 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}" -- 2.17.1