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