Skip to content

Commit

Permalink
Skip Test
Browse files Browse the repository at this point in the history
  • Loading branch information
goldrako committed Dec 5, 2023
1 parent 10d1b8a commit 33b6d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
}
stage('Build') {
steps {
sh 'mvn clean package'
sh 'mvn clean package -DskipTests'
}
}
stage('Test') {
Expand Down

0 comments on commit 33b6d98

Please sign in to comment.