ci_stage_3.groovy: DOCKER_TAG updated to 6.0.1-rc 07/7707/1
authorGerardo García <gerardo-garcia@users.noreply.github.com>
Wed, 26 Jun 2019 14:50:01 +0000 (16:50 +0200)
committerGerardo García <gerardo-garcia@users.noreply.github.com>
Wed, 26 Jun 2019 14:50:01 +0000 (16:50 +0200)
Change-Id: I13836fcf5bcfbed64dbbd885ecde64e7d44189fd
Signed-off-by: Gerardo García <gerardo-garcia@users.noreply.github.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 283b042..89e9ae8 100644 (file)
@@ -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'),