File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- FROM jenkins/jenkins:2.289.3-lts -jdk11
1
+ FROM jenkins/jenkins:2.303.1 -jdk11
2
2
3
3
USER root
4
4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
12
12
- LDAP_USERS=user01,user02
13
13
- LDAP_PASSWORDS=password1,password2
14
14
jenkins :
15
- image : nxtlytics/jenkins-controller:v0.0.11
15
+ image : nxtlytics/jenkins-controller:v0.0.12
16
16
build :
17
17
context : .
18
18
user : " root:root"
Original file line number Diff line number Diff line change @@ -21,45 +21,45 @@ additionalAgents:
21
21
podName : jdk
22
22
customJenkinsLabels : jdk
23
23
image : nxtlytics/jenkins-jdk
24
- tag : v0.0.7-test-03
24
+ tag : v0.0.7
25
25
nodejs :
26
26
podName : nodejs
27
27
customJenkinsLabels : nodejs
28
28
image : nxtlytics/jenkins-nodejs
29
- tag : v0.0.7-test-03
29
+ tag : v0.0.7
30
30
python37 :
31
31
podName : python37
32
32
customJenkinsLabels : python37
33
33
image : nxtlytics/jenkins-python37
34
- tag : v0.0.7-test-03
34
+ tag : v0.0.7
35
35
python38 :
36
36
podName : python38
37
37
customJenkinsLabels : python38
38
38
image : nxtlytics/jenkins-python38
39
- tag : v0.0.7-test-03
39
+ tag : v0.0.7
40
40
python39 :
41
41
podName : python39
42
42
customJenkinsLabels : python39
43
43
image : nxtlytics/jenkins-python39
44
- tag : v0.0.7-test-03
44
+ tag : v0.0.7
45
45
ruby :
46
46
podName : ruby
47
47
customJenkinsLabels : ruby
48
48
image : nxtlytics/jenkins-ruby
49
- tag : v0.0.7-test-03
49
+ tag : v0.0.7
50
50
ruby-jemalloc :
51
51
podName : ruby-jemalloc
52
52
customJenkinsLabels : ruby-jemalloc
53
53
image : nxtlytics/jenkins-ruby-jemalloc
54
- tag : v0.0.7-test-03
54
+ tag : v0.0.7
55
55
ruby-truffle :
56
56
podName : ruby-truffle
57
57
customJenkinsLabels : ruby-truffle
58
58
image : nxtlytics/jenkins-ruby-truffle
59
- tag : v0.0.7-test-03
59
+ tag : v0.0.7
60
60
controller :
61
61
image : nxtlytics/jenkins-controller
62
- tag : v0.0.11
62
+ tag : v0.0.12
63
63
imagePullPolicy : IfNotPresent
64
64
adminSecret : false
65
65
enableRawHtmlMarkupFormatter : true
You can’t perform that action at this time.
0 commit comments