diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index 2a6398b..51ddc6f 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -43,10 +43,8 @@ def git_take(projects, git_remote) { pipeline { agent { - node { - // ustawiamy workspace na Twój katalog - customWorkspace '/_sd_/_programs_' - } + label 'any' + customWorkspace '/_sd_/_programs_' } stages {