Skip to content

Commit 1c1e8a1

Browse files
authored
Update Jenkinsfile
1 parent dea5624 commit 1c1e8a1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ pipeline{
4747
echo 'Metric checking...'
4848
sh 'mvn cobertura:cobertura -Dcoberture.report.format=xml'
4949
}
50-
post {
51-
success {
52-
cobertura coberturaReportFile: 'target/site/cobertura/coverage.xml'
53-
}
54-
}
5550
}
5651
stage('Package')
5752
{

0 commit comments

Comments
 (0)