fix master.runAsUser, master.fsGroup examples (#13389)

* fix master.runAsUser, master.fsGroup examples

Signed-off-by: Steven Hargrove <steven.hargrove@weather.com>

* patch bump version

Signed-off-by: Steven Hargrove <steven.hargrove@weather.com>
This commit is contained in:
Steven Hargrove
2019-04-30 04:47:49 -07:00
committed by Kubernetes Prow Robot
parent d1cd610592
commit 2d7e5bf724
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 1.1.10
version: 1.1.11
appVersion: lts
description: Open source continuous integration server. It supports multiple SCM tools
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
+3 -4
View File
@@ -373,10 +373,9 @@ Fortunately the default jenkins docker image `jenkins/jenkins` contains a user `
Simply use the following settings to run Jenkins as `jenkins` user with uid `1000`.
```yaml
jenkins:
master:
runAsUser: 1000
fsGroup: 1000
master:
runAsUser: 1000
fsGroup: 1000
```
## Providing jobs xml