slackbuilds/system/jenkins
Andrew Clemons 73331a40c7
system/jenkins: Updated for version 2.332.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-10 12:43:37 +07:00
..
files system/jenkins: Updated for version 2.263.4. New maintainer. 2021-02-14 06:27:59 +07:00
README system/jenkins: Updated for version 2.263.4. New maintainer. 2021-02-14 06:27:59 +07:00
doinst.sh
jenkins.SlackBuild system/jenkins: Updated for version 2.332.1. 2022-03-10 12:43:37 +07:00
jenkins.info system/jenkins: Updated for version 2.332.1. 2022-03-10 12:43:37 +07:00
slack-desc

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,

This slackbuild tracks the Jenkins LTS branch.

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