Skip to content

Commit

Permalink
fixed small error
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Truong committed Jan 20, 2023
1 parent 03b8e1e commit a82f9bb
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 @@ -8,7 +8,7 @@ pipeline {
stages {
stage('Check version') {
steps {
sh 'mvn --version'
sh 'mvn -version'
}
}
stage('Build') {
Expand Down

0 comments on commit a82f9bb

Please sign in to comment.