From 3b6bb8414e51e2e44ad8a1019e8b47ae969399b4 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 23 Nov 2025 16:07:45 -0600 Subject: [PATCH] fixup! wip: ci: use fedoraBuild --- ci/Jenkinsfile | 1 + ci/podTemplate.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index d779af3..c0cf195 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -22,6 +22,7 @@ try { fedoraBuild( architectures: ['amd64'], podTemplate: 'ci/podTemplate.yaml', + buildContainer: 'fedora', ) { arch, fedoraVersion -> stage("Prepare f${fedoraVersion}/${arch}") { checkout scm diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 07114e3..f43ae33 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -1,6 +1,6 @@ spec: containers: - - name: build + - name: fedora command: - cat stdin: true