Skip to content

Commit

Permalink
Prevent double test reporting in Jenkins
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Mar 10, 2020
1 parent 5d5249f commit d8556f4
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 @@ -37,7 +37,7 @@ pipeline{
}
steps {
withMaven {
sh './mvnw deploy -B -Pci,generate-p2 -DskipTests' //don't clean to keep previous test results
sh './mvnw clean deploy -B -Pci,generate-p2 -DskipTests'
}
}
}
Expand Down

0 comments on commit d8556f4

Please sign in to comment.