From ed76262d6ab791f45a6c7df9bc985e2af1e114f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerardo=20Garc=C3=ADa?= Date: Wed, 26 Jun 2019 16:50:01 +0200 Subject: [PATCH] ci_stage_3.groovy: DOCKER_TAG updated to 6.0.1-rc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I13836fcf5bcfbed64dbbd885ecde64e7d44189fd Signed-off-by: Gerardo García --- 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 283b042b..89e9ae8b 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -31,7 +31,7 @@ properties([ string(defaultValue: 'dpkg1', 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: 'releasesix-daily', description: '', name: 'DOCKER_TAG'), + string(defaultValue: '6.0.1-rc', description: '', name: 'DOCKER_TAG'), booleanParam(defaultValue: false, 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