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