Skip to content

Commit

Permalink
Merge pull request #466 from MauroDataMapper/feature/jenkins-pipeline…
Browse files Browse the repository at this point in the history
…-fix

Fix for Jenkins Pipeline issues
  • Loading branch information
jamesrwelch authored May 29, 2024
2 parents 1de08f3 + 46d6794 commit 4e7078c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,12 @@ pipeline {
recordIssues enabledForFailure: true, tool: spotBugs(pattern: '**/reports/spotbugs/*.xml', useRankAsPriority: true)
recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/reports/pmd/*.xml')

publishCoverage adapters: [jacocoAdapter('**/reports/jacoco/jacocoTestReport.xml')]
recordCoverage(tools: [[parser: 'JACOCO', pattern: '**/reports/jacoco/jacocoTestReport.xml']])
outputTestResults()
jacoco classPattern: '**/build/classes', execPattern: '**/build/jacoco/*.exec', sourceInclusionPattern: '**/*.java,**/*.groovy',
sourcePattern: '**/src/main/groovy,**/grails-app/controllers,**/grails-app/domain,**/grails-app/services,**/grails-app/utils'
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*.log'
// zulipNotification(topic: 'mdm-core')
zulipNotification(topic: 'mdm-core')
}
}
}

0 comments on commit 4e7078c

Please sign in to comment.