Skip to content

Commit

Permalink
Reverts to test phase only when running on JDK 8 & 11 to avoid integr…
Browse files Browse the repository at this point in the history
…ation tests clash
  • Loading branch information
lukaszlenart committed Aug 17, 2023
1 parent f58d0f3 commit 433d9c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pipeline {
}
stage('Test') {
steps {
sh './mvnw -B verify'
sh './mvnw -B test'
}
post {
always {
Expand Down Expand Up @@ -124,8 +124,7 @@ pipeline {
}
stage('Test') {
steps {
sh './mvnw -B verify'
// step([$class: 'JiraIssueUpdater', issueSelector: [$class: 'DefaultIssueSelector'], scm: scm])
sh './mvnw -B test'
}
post {
always {
Expand Down

0 comments on commit 433d9c4

Please sign in to comment.