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