From 5b8a8a2714ecd3197273b4f5ff5051879a00af6e Mon Sep 17 00:00:00 2001 From: Giso Grimm Date: Mon, 23 Sep 2024 22:39:57 +0200 Subject: [PATCH] correct jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fbb84b1..eef9055 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -124,7 +124,7 @@ pipeline { // receive all deb packages from tascarpro build unstash "x86_64_jammy" unstash "x86_64_focal" - unstash "x86_64_bionic" + //unstash "x86_64_bionic" unstash "armv7_bullseye" unstash "aarch64_bullseye" unstash "armv7_bionic"