fixing clouds config for dockerHost uri demo

This commit is contained in:
Ewelina Wilkosz 2018-02-03 10:42:38 +01:00
parent a0720f70ee
commit deb6407f2e
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@ jenkins:
clouds: clouds:
- docker: - docker:
name: "docker" name: "docker"
dockerHost: dockerApi:
uri: "unix:///var/run/docker.sock" dockerHost:
uri: "unix:///var/run/docker.sock"
templates: templates:
- labelString: "docker-agent" - labelString: "docker-agent"
dockerTemplateBase: dockerTemplateBase: