From 5ff133f1e318e3d416d226af607a16cb846f85e1 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 19 Jun 2020 11:14:52 +0000 Subject: [PATCH] Enabling publish of testing-daily in dockerhub Change-Id: I13bb458a9b78c2a6902a0cfb92e44fec2fe7042b Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_1.groovy | 1 + jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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), ] diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index c3c8b95e..b75ebd0c 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -38,7 +38,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: 'releaseseven-daily', description: '', name: 'DOCKER_TAG'), + string(defaultValue: 'testing-daily', 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.17.1