fixup! wip: ci: use fedoraBuild
Some checks failed
RPMs/gasket-driver/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-23 16:07:45 -06:00
parent 866065dc37
commit 3b6bb8414e
2 changed files with 2 additions and 1 deletions

1
ci/Jenkinsfile vendored
View File

@@ -22,6 +22,7 @@ try {
fedoraBuild( fedoraBuild(
architectures: ['amd64'], architectures: ['amd64'],
podTemplate: 'ci/podTemplate.yaml', podTemplate: 'ci/podTemplate.yaml',
buildContainer: 'fedora',
) { arch, fedoraVersion -> ) { arch, fedoraVersion ->
stage("Prepare f${fedoraVersion}/${arch}") { stage("Prepare f${fedoraVersion}/${arch}") {
checkout scm checkout scm

View File

@@ -1,6 +1,6 @@
spec: spec:
containers: containers:
- name: build - name: fedora
command: command:
- cat - cat
stdin: true stdin: true