Set some of those important environment variables the Jenkins master needs

This commit is contained in:
R. Tyler Croy 2017-08-24 20:29:48 -07:00
parent 7d6676c015
commit c542c25395
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ items:
resource: limits.memory
divisor: "1Mi"
- name: JAVA_OPTS
value: "-Djenkins.install.runSetupWizard=false -Xmx$(MEM_REQUEST)m -Dhudson.slaves.NodeProvisioner.MARGIN=50 -Dhudson.slaves.NodeProvisioner.MARGIN0=0.85"
value: "-Dhudson.DNSMultiCast.disabled=true -Djenkins.CLI.disabled=true -Djenkins.install.runSetupWizard=false -Xmx$(MEM_REQUEST)m -Dhudson.slaves.NodeProvisioner.MARGIN=50 -Dhudson.slaves.NodeProvisioner.MARGIN0=0.85"
- name: GITHUB_USER
value: @@USER@@
- name: CLIENT_ID