slackbuilds/system/jenkins
Giorgio Peron 9c7d5bae5b
system/jenkins: Updated for version 2.167.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-03-16 06:53:24 +07:00
..
files
README system/jenkins: Updated for version 2.60.3. 2017-08-26 07:19:43 +07:00
doinst.sh
jenkins.SlackBuild system/jenkins: Updated for version 2.167. 2019-03-16 06:53:24 +07:00
jenkins.info system/jenkins: Updated for version 2.167. 2019-03-16 06:53:24 +07:00
slack-desc system/jenkins: Updated for version 2.167. 2019-03-16 06:53:24 +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