Skip to content

Commit 1127974

Browse files
author
David Roble
committed
added Jenkins user UID to jenkins_docker_slave group_vars for the OpenShift use case
1 parent 5a5c92d commit 1127974

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cinch/group_vars/jenkins_docker_slave

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
repositories: "{{ jenkins_slave_repositories }}"
22

33
download_repositories: "{{ jenkins_slave_download_repositories }}"
4+
5+
# For certain OpenShift instances a value of '1000090000' is recommended.
6+
jenkins_user_uid: 1000090000

0 commit comments

Comments
 (0)