Skip to content

Commit

Permalink
Add fake breaking change per Dima.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Jun 16, 2020
1 parent cd19c61 commit a679685
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/Jenkinsfile_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ kibanaPipeline(timeoutMinutes: 240) {
]) {
workers.base(name: 'coverage-worker', size: 'l', ramDisk: false, bootstrapped: false) {
try {
throw new Exception(
"Fake breaking change for Dima and I."
)
kibanaCoverage.runTests()
handleIngestion(TIME_STAMP)
} catch (err) {
Expand Down

0 comments on commit a679685

Please sign in to comment.