summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-12 16:56:24 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-12 16:56:24 +0100
commit10408791914c53a058e9f935512a5a967fd72512 (patch)
treecae42c0d9756f63ec9111023c047b324020a7dd5 /Jenkinsfile
parentcd15b3e3e5187e80180bdd67c9fc94532d526c97 (diff)
downloadvyos-build-10408791914c53a058e9f935512a5a967fd72512.tar.gz
vyos-build-10408791914c53a058e9f935512a5a967fd72512.zip
Jenkins: boot ISO into QEMU after assembly
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 93de8cd1..f57e93b6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -128,6 +128,14 @@ pipeline {
}
}
}
+ stage('QEMU') {
+ when {
+ expression { fileExists 'build/live-image-amd64.hybrid.iso' }
+ }
+ steps {
+ sh "sudo make test"
+ }
+ }
}
post {
cleanup {