Skip to content

Commit

Permalink
removed step
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Truong committed Jan 20, 2023
1 parent bf16f23 commit 6ff6493
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ pipeline {
}

stages {
stage('Check version') {
steps {
sh 'mvn -version || true'
}
}
stage('Build') {
steps {
sh 'mvn -B -DskipTests clean package'
Expand Down

0 comments on commit 6ff6493

Please sign in to comment.