From 49eff87281adf318126413cb78045390a6f6d33e Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 23 Nov 2025 11:45:21 -0600 Subject: [PATCH] fixup! wip: ci: use fedoraBuild --- ci/Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 3274119..1808d77 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -18,9 +18,11 @@ properties([ ]) ]) -fedoraBuild { +fedoraBuild(architectures: ['amd64']) { try { stage('Prepare') { + checkout scm + container('build') { sh '. ci/prepare.sh' }