From c85a4d7cae72dc0041f970d20f57bf9df3a1326c Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 19 Jul 2020 22:10:34 -0400 Subject: [PATCH] pipeline: build legacy PXE images for now Generate a PXE rootfs image that only contains a flag file for alerting purposes. We'll switch to a real separate rootfs image after a deprecation period. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5a21a8b61..d170d7f86 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -359,7 +359,7 @@ lock(resource: "build-${params.STREAM}") { stage('Build Live') { utils.shwrap(""" - cosa buildextend-live + cosa buildextend-live --legacy-pxe """) }