diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index 51ddc6f..f7048a8 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -42,12 +42,11 @@ def git_take(projects, git_remote) { } pipeline { - agent { - label 'any' - customWorkspace '/_sd_/_programs_' - } - stages { + agent { + label 'any' + customWorkspace '/_sd_/_programs_' + } stage('Update from git') { steps { script {