Skip to content

Commit

Permalink
Add a temporary error
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed May 14, 2020
1 parent 996175f commit 16e1314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def bash(script, label) {
def doSetup() {
retryWithDelay(2, 15) {
runbld("./test/scripts/jenkins_setup.sh", "Setup Build Environment and Dependencies")
error "I am error"
}
}

Expand Down

0 comments on commit 16e1314

Please sign in to comment.