From a215d1a4329e076a2d89ac6c099410bebc8313a8 Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 21 Apr 2026 13:17:49 -0300 Subject: [PATCH] ci(pegasus): use harbor python runner --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3507056..f3f27ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ spec: - name: workspace-volume mountPath: /home/jenkins/agent - name: publisher - image: python:3.12-slim + image: registry.bstein.dev/bstein/python:3.12-slim command: ["cat"] tty: true volumeMounts: