From 867196b24a0dfaebb22cc8a8809edd7b8d6ddad1 Mon Sep 17 00:00:00 2001 From: Artur Date: Sun, 6 Oct 2024 17:56:45 +0200 Subject: [PATCH] dir("_programs_") --- deploy-this/update-from-git.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index 82f5860..6c779be 100644 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -11,7 +11,7 @@ def git_take( projects ){ sh( git_pull ) sh("git log -n 1") }else{ - dir(".."){ + dir("_programs_"){ for( project in projects ){ def git_take ="git -c http.sslVerify=false " if( fileExists( project ) ){