Skip to content

Commit

Permalink
Provide link to Gitler report for gitler asserts (#986)
Browse files Browse the repository at this point in the history
This will help "offending" contributors to find what
is wrong.
  • Loading branch information
fallberg authored Nov 11, 2017
1 parent 4f0a4ee commit 809663e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/gitler.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def call(config) {
config.pr.setBuildStatus(config, 'FAILURE', 'Toll gate (Gitler)', 'Commit(s) does not meet coding standards', '${BUILD_URL}Gitler_report/gitler.html')
currentBuild.currentResult == 'FAILURE'
echo "Termiated due to Gitler assert" // For BFA
echo "You can read the detailed error report here: "+env.BUILD_URL+"Gitler_report/"
error 'Termiated due to Gitler assert'
} else {
config.pr.setBuildStatus(config, 'SUCCESS', 'Toll gate (Gitler)', 'Pass', '')
Expand Down

0 comments on commit 809663e

Please sign in to comment.