mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[6.8] Fix Vagrant-related ES build error (#95720)
This commit is contained in:
parent
2307fdbd0d
commit
162f1ea9c7
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ def buildArchives(destination) {
|
|||
"PATH=/var/lib/jenkins/.java/${props.ES_BUILD_JAVA}/bin:${env.PATH}",
|
||||
"JAVA_HOME=/var/lib/jenkins/.java/${props.ES_BUILD_JAVA}",
|
||||
|
||||
"HOME=/var/lib/jenkins", // A Vagrant error is thrown if HOME is missing
|
||||
|
||||
// These Jenkins env vars trigger some automation in the elasticsearch repo that we don't want
|
||||
"BUILD_NUMBER=",
|
||||
"JENKINS_URL=",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue