Skip to content

Commit

Permalink
Update Jenkinsfile-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored Dec 4, 2022
1 parent 1ae3132 commit 47de38f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions jenkins/Jenkinsfile-CI
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ pipeline {
}
}
}
stage('codecoverage') {
steps {
echo 'codecoverage..'
sh script: '/opt/maven/bin/mvn verify'
}
post {
success {
jacoco changeBuildStatus: true, maximumBranchCoverage: '10', maximumClassCoverage: '10', maximumComplexityCoverage: '10', maximumInstructionCoverage: '10', maximumLineCoverage: '10', maximumMethodCoverage: '10'
}
}
}
stage('package') {
steps {
echo 'package......'
Expand Down

0 comments on commit 47de38f

Please sign in to comment.