Skip to content

Commit

Permalink
added Jenkins user UID to jenkins_docker_slave group_vars for the Ope…
Browse files Browse the repository at this point in the history
…nShift use case
  • Loading branch information
David Roble committed Sep 13, 2017
1 parent 5a5c92d commit 1127974
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cinch/group_vars/jenkins_docker_slave
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
repositories: "{{ jenkins_slave_repositories }}"

download_repositories: "{{ jenkins_slave_download_repositories }}"

# For certain OpenShift instances a value of '1000090000' is recommended.
jenkins_user_uid: 1000090000

0 comments on commit 1127974

Please sign in to comment.