From: madavi Date: Wed, 23 Oct 2019 10:14:10 +0000 (+0530) Subject: Bug 833 GPG issue for ubuntu 18, Fixed X-Git-Tag: v7.0.0rc1~51 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=343206e260e0a20aa1523d69debca188a74583a7 Bug 833 GPG issue for ubuntu 18, Fixed Change-Id: Ia4e72cc8e0fa8f04e72d21f1749f36d9b8c4724a Signed-off-by: madavi --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 42fbe1ee..dd2f22bd 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -33,7 +33,7 @@ properties([ string(defaultValue: '', description: '', name: 'UPSTREAM_JOB_NAME'), string(defaultValue: '', description: '', name: 'UPSTREAM_JOB_NUMBER'), string(defaultValue: '', description: '', name: 'UPSTREAM_JOB_NUMBER'), - string(defaultValue: 'dpkg1', description: '', name: 'GPG_KEY_NAME'), + 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: 'releasesix-daily', description: '', name: 'DOCKER_TAG'),