From ea528c443ff6aeb1fd7ba30ddb8780399e33a5f3 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 30 Mar 2026 16:42:03 -0300 Subject: [PATCH] jenkins: clear plugin cache before plugin-cli install --- services/jenkins/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/jenkins/deployment.yaml b/services/jenkins/deployment.yaml index 63f722bd..06791318 100644 --- a/services/jenkins/deployment.yaml +++ b/services/jenkins/deployment.yaml @@ -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