fixup! wip: ci: use fedoraBuild
All checks were successful
RPMs/gasket-driver/pipeline/head This commit looks good
All checks were successful
RPMs/gasket-driver/pipeline/head This commit looks good
This commit is contained in:
4
ci/Jenkinsfile
vendored
4
ci/Jenkinsfile
vendored
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user