Skip to content

Commit

Permalink
Revert "stop wrapping steps in runbld (#96195)"
Browse files Browse the repository at this point in the history
This reverts commit f8a6ba2.
  • Loading branch information
spalger committed Apr 4, 2021
1 parent f8a6ba2 commit 763c003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/runbld.groovy
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
def call(script, label, enableJunitProcessing = false) {
// def extraConfig = enableJunitProcessing ? "" : "--config ${env.WORKSPACE}/kibana/.ci/runbld_no_junit.yml"
def extraConfig = enableJunitProcessing ? "" : "--config ${env.WORKSPACE}/kibana/.ci/runbld_no_junit.yml"

sh(
script: script,
script: "/usr/local/bin/runbld -d '${pwd()}' ${extraConfig} ${script}",
label: label ?: script
)
}
Expand Down

0 comments on commit 763c003

Please sign in to comment.