Created
July 10, 2019 22:08
-
-
Save yogendra/bc7e716275d3140111220e776adb9412 to your computer and use it in GitHub Desktop.
Helm Jenkins
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
Master: | |
AdminUser: user | |
AdminPassword: user | |
InstallPlugins: | |
- kubernetes:1.12.0 | |
- workflow-job:2.23 | |
- workflow-aggregator:2.5 | |
- credentials-binding:1.16 | |
- git:3.9.1 | |
- blueocean:1.7.1 | |
Agent: | |
Image: adriagalin/jenkins-jnlp-slave | |
ImageTag: 1.4 | |
AlwaysPullImage: true | |
volumes: | |
- type: HostPath | |
volumeName: docker-sock | |
hostPath: /var/run/docker.sock | |
mountPath: /var/run/docker.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment