diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index a54bd3d..5849839 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -46,7 +46,7 @@ def git_take(projects, git_remote) { pipeline { agent { node{ - any + label 'any' customWorkspace programs } }