diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index 5849839..008e786 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -44,11 +44,9 @@ def git_take(projects, git_remote) { } pipeline { - agent { - node{ - label 'any' - customWorkspace programs - } + agent any + environment { + CUSTOM_WORKSPACE = programs } stages {