fixup! wip: ci: use fedoraBuild
All checks were successful
RPMs/gasket-driver/pipeline/head This commit looks good

This commit is contained in:
2025-11-23 11:45:21 -06:00
parent 2c803f822e
commit 49eff87281

4
ci/Jenkinsfile vendored
View File

@@ -18,9 +18,11 @@ properties([
]) ])
]) ])
fedoraBuild { fedoraBuild(architectures: ['amd64']) {
try { try {
stage('Prepare') { stage('Prepare') {
checkout scm
container('build') { container('build') {
sh '. ci/prepare.sh' sh '. ci/prepare.sh'
} }