We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2480a commit 4d6a084Copy full SHA for 4d6a084
scripts/jenkins/builds.Jenkinsfile
@@ -26,15 +26,15 @@ pipeline {
26
stage('Build') {
27
steps {
28
withCredentials([string(credentialsId: 'gpg-passphrase', variable: 'KEYRING_PASSPHRASE')]) {
29
- sh "mvn \
+ sh '''mvn \
30
--batch-mode \
31
--show-version \
32
clean verify \
33
-Dgpg.passphrase="${KEYRING_PASSPHRASE}" \
34
-P production \
35
-Dmaven.repo.local=/home/jenkins/.m2/repository \
36
--settings /home/jenkins/.m2/settings.xml \
37
- "
+ '''
38
}
39
40
0 commit comments