From 6b177835ff495a70ddb32941dde50673cf3c3167 Mon Sep 17 00:00:00 2001 From: Endolf Date: Wed, 23 May 2018 20:39:54 +0100 Subject: [PATCH] Fix secret key importing. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1d7d95a..6907a8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -77,7 +77,7 @@ pipeline { unstash 'windows-artifacts' unstash 'osx-artifacts' unstash 'linux-artifacts' - sh 'echo $GPG_SECRET_KEYS | base64 --decode | gpg --import' + sh 'echo $GPG_SECRET_KEYS | base64 --decode | gpg --batch --import' sh 'echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust' withMaven( mavenSettingsConfig: 'maven-central'