Skip to content

Commit

Permalink
fix notifyOnError call
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed May 19, 2021
1 parent b891c00 commit b183ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/kibanaCoverage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def ingest(jobName, buildNumber, buildUrl, timestamp, previousSha, teamAssignmen
}

def prepareKibana(maxWorkers = '') {
notifyOnError {
kibanaPipeline.notifyOnError {
withEnv(["KBN_OPTIMIZER_MAX_WORKERS=${maxWorkers}"]) {
runbld("./test/scripts/jenkins_code_coverage.sh", "Verify tests")
}
Expand Down

0 comments on commit b183ba6

Please sign in to comment.