Skip to content

Commit

Permalink
Fix PARALLEL_PIPELINE_WORKER_INDEX var
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Dec 2, 2019
1 parent 8afea9c commit 07183eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def getPostBuildWorker(name, closure) {
def esTransportPort = "61${workerNumber}3"

withEnv([
"CI_WORKER_NUMBER=${workerNumber}",
"PARALLEL_PIPELINE_WORKER_INDEX=${workerNumber}",
"TEST_KIBANA_HOST=localhost",
"TEST_KIBANA_PORT=${kibanaPort}",
"TEST_KIBANA_URL=http://elastic:changeme@localhost:${kibanaPort}",
Expand Down

0 comments on commit 07183eb

Please sign in to comment.