jenkins: clear plugin cache before plugin-cli install
This commit is contained in:
parent
864ef119dd
commit
ea528c443f
@ -48,7 +48,7 @@ spec:
|
|||||||
TITAN_IAC_WEBHOOK_TOKEN={{ .Data.data.titan_iac_quality_gate }}
|
TITAN_IAC_WEBHOOK_TOKEN={{ .Data.data.titan_iac_quality_gate }}
|
||||||
GIT_NOTIFY_TOKEN_BSTEIN_DEV_HOME={{ .Data.data.git_notify_bstein_dev_home }}
|
GIT_NOTIFY_TOKEN_BSTEIN_DEV_HOME={{ .Data.data.git_notify_bstein_dev_home }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
bstein.dev/restarted-at: "2026-01-20T14:52:41Z"
|
bstein.dev/restarted-at: "2026-02-02T15:10:33Z"
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: jenkins
|
serviceAccountName: jenkins
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
@ -84,6 +84,7 @@ spec:
|
|||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
rm -rf /usr/share/jenkins/ref/plugins/*
|
||||||
jenkins-plugin-cli --plugin-file /plugins/plugins.txt
|
jenkins-plugin-cli --plugin-file /plugins/plugins.txt
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: plugins
|
- name: plugins
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user