From bfe3744e598b3d4d4a4d99c08327e990356c5cb9 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Tue, 17 Sep 2024 10:41:23 +0200 Subject: [PATCH] More generic label name --- jenkins/linux-plugins.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/linux-plugins.groovy b/jenkins/linux-plugins.groovy index 5514d21..a6e6f7a 100644 --- a/jenkins/linux-plugins.groovy +++ b/jenkins/linux-plugins.groovy @@ -1,7 +1,7 @@ #!/usr/bin/env groovy pipeline { agent { - label 'linux-docker' + label 'docker' } parameters {