diff --git a/Jenkinsfile b/Jenkinsfile index b3a0b0a..9cc79e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,8 @@ node('docker') { if (git_tag ==~ tag_pattern ) { stage("PgpImport") { withCredentials([file(credentialsId: gpg_cred_id, variable: 'GPG_KEYS')]) { - sh 'gpg --merge --keyring=pubring.gpg --no-default-keyring --import $GPG_KEYS' + sh 'gpg --version' + sh 'gpg --keyring=pubring.gpg --no-default-keyring --import $GPG_KEYS || true' } }