From 649de5bda72e5a449bd0c78be177607e38c46f8d Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 19 Jun 2020 11:39:14 +0000 Subject: [PATCH] Enabling new param DOCKER_TAG in stage1, to be used to publish daily images in dockerhub Change-Id: Ife2d980c891cb0f7d8fd019e0426d5f923e9d382 Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_1.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/ci-pipelines/ci_stage_1.groovy b/jenkins/ci-pipelines/ci_stage_1.groovy index 06009723..73286437 100644 --- a/jenkins/ci-pipelines/ci_stage_1.groovy +++ b/jenkins/ci-pipelines/ci_stage_1.groovy @@ -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), ] -- 2.25.1