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