summaryrefslogtreecommitdiffstats
path: root/system/jenkins
diff options
context:
space:
mode:
author David Spencer2017-01-29 14:53:41 +0100
committer Willy Sudiarto Raharjo2017-02-04 01:00:25 +0100
commita719f5ac054d508e123bd8dec721c414d5ea14d5 (patch)
tree9036994cac50e0c5115877e25fa1f6e316600a25 /system/jenkins
parentaab05c35bea0f8b64444df03b524ba4247c64423 (diff)
downloadslackbuilds-a719f5ac054d508e123bd8dec721c414d5ea14d5.tar.gz
system/jenkins: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/jenkins')
-rw-r--r--system/jenkins/README9
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