From 13295638a6ad994a21dd3e530f919507495a6fec Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 25 Aug 2021 10:15:29 +0200 Subject: Jenkins: remove unused BUILD_QEMU parameter --- Jenkinsfile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index bd042eac..ec437c31 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,6 @@ pipeline { booleanParam(name: 'BUILD_PUBLISH', defaultValue: true, description: 'Publish this build to downloads.vyos.io and AWS S3') booleanParam(name: 'BUILD_SMOKETESTS', defaultValue: true, description: 'Include Smoketests in ISO image') booleanParam(name: 'BUILD_SNAPSHOT', defaultValue: false, description: 'Upload image to AWS S3 snapshot bucket') - booleanParam(name: 'BUILD_QEMU', defaultValue: false, description: 'Generate QEMU image') } triggers { cron('H 4 * * *') @@ -130,15 +129,6 @@ pipeline { } } } - stage('Build QEMU image') { - when { - expression { fileExists 'build/live-image-amd64.hybrid.iso' } - expression { return params.BUILD_QEMU } - } - steps { - sh "sudo make qemu" - } - } } post { success { -- cgit v1.2.3