jenkins: clear plugin cache before plugin-cli install

This commit is contained in:
Brad Stein 2026-03-30 16:42:03 -03:00
parent 864ef119dd
commit ea528c443f

View File

@ -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