aboutsummaryrefslogtreecommitdiff
path: root/system/jenkins/jenkins.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-09-25 19:33:27 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-01 09:01:18 +0700
commit06a8337780dc8b63d29098ce27e6acdb4ee104f6 (patch)
tree87dae43d861b560533310c467aba956e47fd03a0 /system/jenkins/jenkins.SlackBuild
parentfa6f3ca0c1adaad8085c4d0b6727286c52ae342d (diff)
system/jenkins: Update examples configs.
jenkins 2.361 removed support for using pem certs. https://github.com/jenkinsci/winstone/pull/232 Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/jenkins/jenkins.SlackBuild')
-rw-r--r--system/jenkins/jenkins.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/jenkins/jenkins.SlackBuild b/system/jenkins/jenkins.SlackBuild
index ee7676cd2291..407231369208 100644
--- a/system/jenkins/jenkins.SlackBuild
+++ b/system/jenkins/jenkins.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jenkins
VERSION=${VERSION:-2.361.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}