Skip to content

Commit

Permalink
Add missing braces.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 9, 2020
1 parent a331af2 commit 5e1f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/Jenkinsfile.reference
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node {
sh 'mvn -V -e clean verify -Dmaven.test.failure.ignore'
}

gitForensics
gitForensics()
recordIssues tools: [java(), javaDoc()], aggregatingResults: 'true', id: 'java', name: 'Java', filters:[excludeFile('.*Assert.java')]
recordIssues tool: errorProne(), healthy: 1, unhealthy: 20
junit testResults: '**/target/*-reports/TEST-*.xml'
Expand Down

0 comments on commit 5e1f773

Please sign in to comment.