Skip to content

Commit

Permalink
Use ID pit to store mutation results.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 17, 2023
1 parent 3f9ff7e commit d148082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/Jenkinsfile.autograding
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ node {
withMaven(maven: 'mvn-default', mavenLocalRepo: '/var/data/m2repository', mavenOpts: '-Xmx768m -Xms512m') {
sh "mvn -ntp org.pitest:pitest-maven:mutationCoverage"
}
recordCoverage tools: [[parser: 'PIT']], sourceCodeRetention: 'EVERY_BUILD'
recordCoverage tools: [[parser: 'PIT']], id: 'pit', sourceCodeRetention: 'EVERY_BUILD'
}

stage ('Collect Maven Warnings') {
Expand Down

0 comments on commit d148082

Please sign in to comment.