Skip to content

Commit 4d6a084

Browse files
committed
Fix formatting in Jenkinsfile
1 parent 4f2480a commit 4d6a084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/jenkins/builds.Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ pipeline {
2626
stage('Build') {
2727
steps {
2828
withCredentials([string(credentialsId: 'gpg-passphrase', variable: 'KEYRING_PASSPHRASE')]) {
29-
sh "mvn \
29+
sh '''mvn \
3030
--batch-mode \
3131
--show-version \
3232
clean verify \
3333
-Dgpg.passphrase="${KEYRING_PASSPHRASE}" \
3434
-P production \
3535
-Dmaven.repo.local=/home/jenkins/.m2/repository \
3636
--settings /home/jenkins/.m2/settings.xml \
37-
"
37+
'''
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)