stage("Code coverage")
{
steps {
sh "./gradlew jacocoTestReport"
publishHTML (target: [reportDir: 'build/reports/jacoco/test/html', reportFiles: 'index.html',reportName: "JaCoCo Report"])
sh "./gradlew jacocoTestCoverageVerification"
}
}
Latest posts by Rajesh Kumar (see all)
- DevOps Foundation Certification - August 29, 2024
- SRE Foundation Certification - August 29, 2024
- Best Medical Tourism Company in the World - August 28, 2024