Last active
November 19, 2018 22:00
-
-
Save rawlingsj/97f6d40a75b7e6b6f069ffccb350c559 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jenkins: | |
Master: | |
ContainerEnv: | |
GIT_SSL_NO_VERIFY: "true" | |
Agent: | |
PodTemplates: | |
Maven: | |
EnvVars: | |
JENKINS_URL: http://jenkins:8080 | |
_JAVA_OPTIONS: '-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Xms10m -Xmx192m' | |
GIT_COMMITTER_EMAIL: [email protected] | |
GIT_AUTHOR_EMAIL: [email protected] | |
GIT_AUTHOR_NAME: jenkins-x-bot | |
GIT_COMMITTER_NAME: jenkins-x-bot | |
XDG_CONFIG_HOME: /home/jenkins | |
GIT_SSL_NO_VERIFY: "true" | |
Go: | |
EnvVars: | |
JENKINS_URL: http://jenkins:8080 | |
_JAVA_OPTIONS: '-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Xms10m -Xmx192m' | |
GIT_COMMITTER_EMAIL: [email protected] | |
GIT_AUTHOR_EMAIL: [email protected] | |
GIT_AUTHOR_NAME: jenkins-x-bot | |
GIT_COMMITTER_NAME: jenkins-x-bot | |
XDG_CONFIG_HOME: /home/jenkins | |
GIT_SSL_NO_VERIFY: "true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment