fixup! wip: ci: use fedoraBuild
Some checks failed
RPMs/gasket-driver/pipeline/head There was a failure building this commit
Some checks failed
RPMs/gasket-driver/pipeline/head There was a failure building this commit
This commit is contained in:
1
ci/Jenkinsfile
vendored
1
ci/Jenkinsfile
vendored
@@ -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
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: build
|
- name: fedora
|
||||||
command:
|
command:
|
||||||
- cat
|
- cat
|
||||||
stdin: true
|
stdin: true
|
||||||
|
|||||||
Reference in New Issue
Block a user