Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Last active November 19, 2018 22:00
Show Gist options
  • Save rawlingsj/97f6d40a75b7e6b6f069ffccb350c559 to your computer and use it in GitHub Desktop.
Save rawlingsj/97f6d40a75b7e6b6f069ffccb350c559 to your computer and use it in GitHub Desktop.
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