Commit 698ac0cd by Feanil Patel Committed by Michael Roytman

Install docker on tools jenkins.

parent 7326348e
...@@ -9,4 +9,8 @@ dependencies: ...@@ -9,4 +9,8 @@ dependencies:
jenkins_deb_url: "https://pkg.jenkins.io/debian-stable/binary/jenkins_{{ jenkins_version }}_all.deb" jenkins_deb_url: "https://pkg.jenkins.io/debian-stable/binary/jenkins_{{ jenkins_version }}_all.deb"
jenkins_custom_plugins: [] jenkins_custom_plugins: []
jenkins_bundled_plugins: "{{ jenkins_tools_bundled_plugins }}" jenkins_bundled_plugins: "{{ jenkins_tools_bundled_plugins }}"
jenkins_debian_pkgs: "{{ jenkins_tools_debian_pkgs }}" jenkins_debian_pkgs: "{{ jenkins_tools_debian_pkgs }}"
\ No newline at end of file # Needed to be able to build docker images. Used by Docker Image Builder Jobs.
- role: docker-tools
docker_users:
- jenkins
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment