Skip to content

Commit

Permalink
Change msg
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Jun 3, 2020
1 parent cad9099 commit 697ef89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kibanaPipeline(timeoutMinutes: 240) {
}

if (params.NOTIFY_ON_FAILURE) {
kibanaPipeline.bash("""### Exception: ${ex}""", '### On Failure Print')
kibanaPipeline.bash('echo "### Something failed"', '### On Failure Print')
kibanaCoverage.onFailure()
}
}
Expand Down

0 comments on commit 697ef89

Please sign in to comment.