diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/jenkins/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/jenkins/README b/system/jenkins/README index 348e3da7ed..8fdd0102fb 100644 --- a/system/jenkins/README +++ b/system/jenkins/README @@ -3,3 +3,12 @@ project or jobs run by cron. Among those things, current Jenkins focuses on the following two jobs: 1. Building/testing software projects continuously 2. Monitoring executions of externally-run jobs, + + +Groupname and Username + +You must have the 'jenkins' group and user to run this script, +for example: + + groupadd -g 251 jenkins + useradd -g 251 -u 251 -r -s /bin/bash -d /var/lib/jenkins jenkins |