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 }}
|
||||
GIT_NOTIFY_TOKEN_BSTEIN_DEV_HOME={{ .Data.data.git_notify_bstein_dev_home }}
|
||||
{{ end }}
|
||||
bstein.dev/restarted-at: "2026-01-20T14:52:41Z"
|
||||
bstein.dev/restarted-at: "2026-02-02T15:10:33Z"
|
||||
spec:
|
||||
serviceAccountName: jenkins
|
||||
nodeSelector:
|
||||
@ -84,6 +84,7 @@ spec:
|
||||
- -c
|
||||
- |
|
||||
set -euo pipefail
|
||||
rm -rf /usr/share/jenkins/ref/plugins/*
|
||||
jenkins-plugin-cli --plugin-file /plugins/plugins.txt
|
||||
volumeMounts:
|
||||
- name: plugins
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user