diff --git a/Jenkinsfile b/Jenkinsfile index c4e3b1e878670..0637498bd1f3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,6 +101,7 @@ def getPostBuildWorker(name, closure) { "TEST_KIBANA_URL=http://elastic:changeme@localhost:${kibanaPort}", "TEST_ES_URL=http://elastic:changeme@localhost:${esPort}", "TEST_ES_TRANSPORT_PORT=${esTransportPort}", + "IS_PIPELINE_JOB=1", ]) { closure() } @@ -163,7 +164,6 @@ def jobRunner(label, closure) { withEnv([ "CI=true", - "IS_PIPELINE_JOB=1", "HOME=${env.JENKINS_HOME}", "PR_SOURCE_BRANCH=${env.ghprbSourceBranch}", "PR_TARGET_BRANCH=${env.ghprbTargetBranch}",