From 91cc455a2dd8bcb201550f57294da98dd8788420 Mon Sep 17 00:00:00 2001 From: madavi Date: Fri, 1 Nov 2019 15:15:14 +0530 Subject: [PATCH] tag change Change-Id: I0247b33b06077eb4f7cb4057538ee8d6c782b508 Signed-off-by: madavi --- jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index db13e5b4..cc800b99 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -36,7 +36,7 @@ properties([ string(defaultValue: 'OSMETSI', description: '', name: 'GPG_KEY_NAME'), string(defaultValue: 'artifactory-osm', description: '', name: 'ARTIFACTORY_SERVER'), string(defaultValue: 'osm-stage_4', description: '', name: 'DOWNSTREAM_STAGE_NAME'), - string(defaultValue: '6.0.2rc1', description: '', name: 'DOCKER_TAG'), + string(defaultValue: '6.0.3', description: '', name: 'DOCKER_TAG'), booleanParam(defaultValue: true, description: '', name: 'SAVE_CONTAINER_ON_FAIL'), booleanParam(defaultValue: false, description: '', name: 'SAVE_CONTAINER_ON_PASS'), booleanParam(defaultValue: true, description: '', name: 'SAVE_ARTIFACTS_ON_SMOKE_SUCCESS'), -- 2.25.1