Skip to content

Commit

Permalink
Update Jenkinsfile-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored Oct 2, 2022
1 parent 606df34 commit 24bdd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile-CI
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
stage('codecoverage') {
steps {
echo 'codecoverage..'
sh script: '/opt/maven/bin/mvn test'
sh script: '/opt/maven/bin/mvn verify'
}
post {
success {
Expand Down

0 comments on commit 24bdd07

Please sign in to comment.