ci(metis): use harbor python runner

This commit is contained in:
codex 2026-04-21 13:17:35 -03:00
parent 847935e219
commit b0d7fcbfe0

2
Jenkinsfile vendored
View File

@ -57,7 +57,7 @@ spec:
- name: workspace-volume - name: workspace-volume
mountPath: /home/jenkins/agent mountPath: /home/jenkins/agent
- name: publisher - name: publisher
image: python:3.12-slim image: registry.bstein.dev/bstein/python:3.12-slim
command: ["cat"] command: ["cat"]
tty: true tty: true
volumeMounts: volumeMounts: