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)