From 8bce5a3e59a799e8b5703e884ecd2c7c579ae0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 24 Mar 2025 22:38:26 +0100 Subject: [PATCH] sh git_take --- deploy-this/update-from-git.jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index 7bc0721..5468b9f 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -21,7 +21,8 @@ def git_take( projects ){ sh( git_take ) } }else{ - git_take = git_take +"clone "+ "https://git.arti24.eu/gitea/"+project+".git" + git_take = git_take +"clone https://git.arti24.eu/gitea/"+project+".git" + sh( git_take ) } dir( project ){ sh( "git log -n 1");