slackbuilds/system/jenkins
David Spencer a719f5ac05 system/jenkins: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-02-04 07:00:25 +07:00
..
files system/jenkins: Updated for version 1.552. 2014-03-03 01:13:10 +07:00
README system/jenkins: Put group/user info in README. 2017-02-04 07:00:25 +07:00
doinst.sh system/jenkins: Added (automated job monitor) 2011-08-11 20:28:36 -03:00
jenkins.SlackBuild system/jenkins: Updated for version 2.7.1. 2016-07-30 08:28:31 +07:00
jenkins.info system/jenkins: Updated for version 2.7.1. 2016-07-30 08:28:31 +07:00
slack-desc system/jenkins: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

Jenkins monitors executions of repeated jobs, such as building a software 
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