summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-27 19:33:35 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-27 19:33:35 +0100
commitef122b630db38e14b9c57e2a0678a5ba37f3bfcb (patch)
treed463e7bb5efdc4f0fd17a701065c5555e8f89955 /Jenkinsfile
parent7ec6260f816fa4e0526a276eb523b99c7adf63d8 (diff)
downloadvyos-build-ef122b630db38e14b9c57e2a0678a5ba37f3bfcb.tar.gz
vyos-build-ef122b630db38e14b9c57e2a0678a5ba37f3bfcb.zip
Jenkins: adjust path on ISO test
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 2d14c334..c354a054 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -121,8 +121,7 @@ pipeline {
stage('Test ISO') {
steps {
sh """
- cd build
- sudo ../scripts/check-qemu-install --debug live-image-amd64.hybrid.iso
+ sudo scripts/check-qemu-install --debug build/live-image-amd64.hybrid.iso
"""
}
}