From cf26af6d630b0ef8d0301c4d8d3441cce342a5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Thu, 4 Sep 2025 23:19:57 +0200 Subject: [PATCH] _sd_ --- deploy-this/update-from-git.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index a54bd3d..5849839 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -46,7 +46,7 @@ def git_take(projects, git_remote) { pipeline { agent { node{ - any + label 'any' customWorkspace programs } }