Skip to content

Commit

Permalink
included condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Truong committed Jan 20, 2023
1 parent e43bf20 commit bf16f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
stages {
stage('Check version') {
steps {
sh 'mvn -version'
sh 'mvn -version || true'
}
}
stage('Build') {
Expand Down

0 comments on commit bf16f23

Please sign in to comment.