Skip to content

Commit 818f5e5

Browse files
Bumping jenkins to version 2.303.1
1 parent e874add commit 818f5e5

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jenkins/jenkins:2.289.3-lts-jdk11
1+
FROM jenkins/jenkins:2.303.1-jdk11
22

33
USER root
44

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- LDAP_USERS=user01,user02
1313
- LDAP_PASSWORDS=password1,password2
1414
jenkins:
15-
image: nxtlytics/jenkins-controller:v0.0.11
15+
image: nxtlytics/jenkins-controller:v0.0.12
1616
build:
1717
context: .
1818
user: "root:root"

kubernetes/helm-values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,45 +21,45 @@ additionalAgents:
2121
podName: jdk
2222
customJenkinsLabels: jdk
2323
image: nxtlytics/jenkins-jdk
24-
tag: v0.0.7-test-03
24+
tag: v0.0.7
2525
nodejs:
2626
podName: nodejs
2727
customJenkinsLabels: nodejs
2828
image: nxtlytics/jenkins-nodejs
29-
tag: v0.0.7-test-03
29+
tag: v0.0.7
3030
python37:
3131
podName: python37
3232
customJenkinsLabels: python37
3333
image: nxtlytics/jenkins-python37
34-
tag: v0.0.7-test-03
34+
tag: v0.0.7
3535
python38:
3636
podName: python38
3737
customJenkinsLabels: python38
3838
image: nxtlytics/jenkins-python38
39-
tag: v0.0.7-test-03
39+
tag: v0.0.7
4040
python39:
4141
podName: python39
4242
customJenkinsLabels: python39
4343
image: nxtlytics/jenkins-python39
44-
tag: v0.0.7-test-03
44+
tag: v0.0.7
4545
ruby:
4646
podName: ruby
4747
customJenkinsLabels: ruby
4848
image: nxtlytics/jenkins-ruby
49-
tag: v0.0.7-test-03
49+
tag: v0.0.7
5050
ruby-jemalloc:
5151
podName: ruby-jemalloc
5252
customJenkinsLabels: ruby-jemalloc
5353
image: nxtlytics/jenkins-ruby-jemalloc
54-
tag: v0.0.7-test-03
54+
tag: v0.0.7
5555
ruby-truffle:
5656
podName: ruby-truffle
5757
customJenkinsLabels: ruby-truffle
5858
image: nxtlytics/jenkins-ruby-truffle
59-
tag: v0.0.7-test-03
59+
tag: v0.0.7
6060
controller:
6161
image: nxtlytics/jenkins-controller
62-
tag: v0.0.11
62+
tag: v0.0.12
6363
imagePullPolicy: IfNotPresent
6464
adminSecret: false
6565
enableRawHtmlMarkupFormatter: true

0 commit comments

Comments
 (0)