Skip to content

Commit

Permalink
Fix jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzle committed Sep 20, 2021
1 parent 73d58a3 commit 1e153f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pipeline {
COVERALLS_REPO_TOKEN = credentials('coveralls_repo_token_snapshot_tests')
GPG_SECRET = credentials('gpg_password')
}
stages {
stage('Build') {
steps {
sh 'mvn -B clean verify'
Expand Down

0 comments on commit 1e153f9

Please sign in to comment.