diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index a56cea3..895a605 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { disableSafeDirCheck() - dir("/sd_/_programs_") { + dir("/_sd_/_programs_") { git_take(projects, git_remote) // Dodano git_remote jako argument } }