Enabling new param DOCKER_TAG in stage1, to be used to publish daily images in dockerhub 24/9124/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 19 Jun 2020 11:39:14 +0000 (11:39 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 23 Jun 2020 14:20:31 +0000 (14:20 +0000)
Change-Id: Ife2d980c891cb0f7d8fd019e0426d5f923e9d382
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
jenkins/ci-pipelines/ci_stage_1.groovy

index 0600972..7328643 100644 (file)
@@ -73,6 +73,7 @@ node("${params.NODE}") {
             string(name: 'GERRIT_REFSPEC', value: GERRIT_REFSPEC),
             string(name: 'GERRIT_PATCHSET_REVISION', value: GERRIT_PATCHSET_REVISION),
             string(name: 'PROJECT_URL_PREFIX', value: params.PROJECT_URL_PREFIX),
+            string(name: 'DOCKER_TAG', value: params.DOCKER_TAG),
             booleanParam(name: 'TEST_INSTALL', value: params.TEST_INSTALL),
             booleanParam(name: 'DO_STAGE_4', value: do_stage_4),
         ]