From a719f5ac054d508e123bd8dec721c414d5ea14d5 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 29 Jan 2017 13:53:41 +0000 Subject: system/jenkins: Put group/user info in README. Signed-off-by: David Spencer --- system/jenkins/README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'system') diff --git a/system/jenkins/README b/system/jenkins/README index 348e3da7ed43c..8fdd0102fbdaa 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 -- cgit v1.2.3