From b0d7fcbfe0f2e17d55289bcf3ee8ce01b9424356 Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 21 Apr 2026 13:17:35 -0300 Subject: [PATCH] ci(metis): use harbor python runner --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ad56dab..a672790 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,7 +57,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: