Last active
July 8, 2020 10:27
-
-
Save Miguelme/7e1d978f42439d3489c9ec31526d8f8d to your computer and use it in GitHub Desktop.
This file contains 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: | |
clouds: | |
- docker: | |
name: "docker" | |
dockerApi: | |
dockerHost: | |
uri: "tcp://docker:2376" | |
templates: | |
- labelString: "docker-agent" | |
dockerTemplateBase: | |
image: "jenkins/slave" | |
volumes: | |
- /var/run/docker.sock:/var/run/docker.sock | |
remoteFs: "/home/jenkins/agent" | |
connector: | |
attach: | |
user: "jenkins" | |
instanceCapStr: "10" | |
retentionStrategy: | |
idleMinutes: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment