mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
set IS_PIPELINE_JOB in intake jobs (#45850)
* set IS_PIPELINE_JOB in intake jobs * firefox smoke doesn't get an initial build * firefox smoke doesn't get an initial build (oss edition) * re-enable all jobs
This commit is contained in:
parent
a204a4347f
commit
b1a01effa8
3 changed files with 12 additions and 28 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -105,7 +105,6 @@ 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()
|
||||
}
|
||||
|
@ -168,6 +167,7 @@ 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 ?: ''}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue