diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-01-29 13:53:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:25 +0700 |
commit | a719f5ac054d508e123bd8dec721c414d5ea14d5 (patch) | |
tree | 9036994cac50e0c5115877e25fa1f6e316600a25 | |
parent | aab05c35bea0f8b64444df03b524ba4247c64423 (diff) | |
download | slackbuilds-a719f5ac054d508e123bd8dec721c414d5ea14d5.tar.gz |
system/jenkins: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-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 |