diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2017-08-22 22:55:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:43 +0700 |
commit | 1f412f5bcd61c3aecae83ecda6204481ed10e1b8 (patch) | |
tree | 053798858b24fdf8b78d36696e0d5a3b168c8cb4 /system/jenkins | |
parent | 555c1ee95a2a948b76dcd46b7bfc451e20a88f71 (diff) | |
download | slackbuilds-1f412f5bcd61c3aecae83ecda6204481ed10e1b8.tar.gz |
system/jenkins: Updated for version 2.60.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/jenkins')
-rw-r--r-- | system/jenkins/README | 2 | ||||
-rw-r--r-- | system/jenkins/jenkins.SlackBuild | 4 | ||||
-rw-r--r-- | system/jenkins/jenkins.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/jenkins/README b/system/jenkins/README index 8fdd0102fb..a28a3572db 100644 --- a/system/jenkins/README +++ b/system/jenkins/README @@ -1,4 +1,4 @@ -Jenkins monitors executions of repeated jobs, such as building a software +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 diff --git a/system/jenkins/jenkins.SlackBuild b/system/jenkins/jenkins.SlackBuild index 44f4356356..52a3ece4a4 100644 --- a/system/jenkins/jenkins.SlackBuild +++ b/system/jenkins/jenkins.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jenkins -# Copyright 2016 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy +# Copyright 2017 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jenkins -VERSION=${VERSION:-2.7.1} +VERSION=${VERSION:-2.60.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/jenkins/jenkins.info b/system/jenkins/jenkins.info index f1ff1d009d..f9da3ab5cd 100644 --- a/system/jenkins/jenkins.info +++ b/system/jenkins/jenkins.info @@ -1,8 +1,8 @@ PRGNAM="jenkins" -VERSION="2.7.1" +VERSION="2.60.3" HOMEPAGE="http://jenkins-ci.org" -DOWNLOAD="http://mirrors.jenkins-ci.org/war-stable/2.7.1/jenkins.war" -MD5SUM="207e5070822fa2a38ccf5e2c4c4139e9" +DOWNLOAD="http://mirrors.jenkins-ci.org/war-stable/2.60.3/jenkins.war" +MD5SUM="7718ebbf1d8e98f629a3d0f13287c5ca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |