From b8b2bfbd55067195a4f828fe28a4a147bfb64845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Thu, 4 Sep 2025 23:07:35 +0200 Subject: [PATCH] workspace jenkins to _sd_ --- deploy-this/update-from-git.jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index 4d8e54b..a9c5014 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -42,12 +42,9 @@ def git_take(projects, git_remote) { } pipeline { + agent any stages { stage('Update from git') { - agent { - label 'any' - customWorkspace '/_sd_/_programs_' - } steps { script { git_take(projects, git_remote)