From 5b983ac6536d273e309df6fd80e0c697d25c1b7a Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Thu, 18 Feb 2021 12:24:04 -0300 Subject: [PATCH] Add cgroup1 as filter label Signed-off-by: Ulysses Souza --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f3c336965..8e41f88ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { parallel { stage('alpine') { agent { - label 'ubuntu && amd64 && !zfs' + label 'ubuntu-2004 && amd64 && !zfs && cgroup1' } steps { buildImage('alpine') @@ -31,7 +31,7 @@ pipeline { } stage('debian') { agent { - label 'ubuntu && amd64 && !zfs' + label 'ubuntu-2004 && amd64 && !zfs && cgroup1' } steps { buildImage('debian')