From 796c6611eac82c80583ab98b83bbd25ffa966914 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 19 Mar 2024 16:21:29 +0100 Subject: [PATCH] run jenkins update jobs on any el node --- theforeman.org/pipelines/infra/updateJobs.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theforeman.org/pipelines/infra/updateJobs.groovy b/theforeman.org/pipelines/infra/updateJobs.groovy index a34498d1..6d0ec796 100644 --- a/theforeman.org/pipelines/infra/updateJobs.groovy +++ b/theforeman.org/pipelines/infra/updateJobs.groovy @@ -1,5 +1,5 @@ pipeline { - agent { label 'fast' } + agent { label 'el' } stages { stage('Setup workspace') {