mirror of
https://github.com/thejimnicholson/jenkins.git
synced 2025-12-06 03:30:43 +00:00
More updates
This commit is contained in:
parent
104abe3455
commit
1ac76ade43
@ -22,12 +22,12 @@ spec:
|
|||||||
nodetype: worker
|
nodetype: worker
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: jenkins-init
|
- name: jenkins-init
|
||||||
image: jenkins/jenkins:2.504.1-lts-jdk21
|
image: jenkins/jenkins:2.516.3-lts-jdk21
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
jenkins-plugin-cli --plugin-file /var/jenkins_home/plugin-config/plugins.txt
|
jenkins-plugin-cli --plugin-file /var/jenkins_home/plugin-config/plugins.txt --verbose
|
||||||
cp -r -p /usr/share/jenkins/ref/plugins/. /var/jenkins_home/plugins/.
|
cp -r -p /usr/share/jenkins/ref/plugins/. /var/jenkins_home/plugins/.
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
@ -39,7 +39,7 @@ spec:
|
|||||||
mountPath: /var/jenkins_home/plugin-config
|
mountPath: /var/jenkins_home/plugin-config
|
||||||
containers:
|
containers:
|
||||||
- name: jenkins
|
- name: jenkins
|
||||||
image: jenkins/jenkins:2.504.1-lts-jdk21
|
image: jenkins/jenkins:2.516.3-lts-jdk21
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "America/Los_Angeles"
|
value: "America/Los_Angeles"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user