mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Jenkins: add stage dependency for QEMU
This commit is contained in:
parent
7a5f81786a
commit
40365a967a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -173,6 +173,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('QEMU image') {
|
stage('QEMU image') {
|
||||||
|
when {
|
||||||
|
expression { fileExists 'build/live-image-amd64.hybrid.iso' }
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh "sudo make qemu"
|
sh "sudo make qemu"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user