From f4d15a8b1dab31ba5fd08c8ac6019b4a12a71699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 24 Mar 2025 19:07:26 +0100 Subject: [PATCH] +arti24 --- deploy-this/update-from-git.jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index b912b5d..c0064dd 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -1,6 +1,6 @@ def projects = [ "proxy-nginx", - "zaklik-by-node-js" + "arti24" ] def git_take( projects ){ @@ -19,7 +19,7 @@ def git_take( projects ){ } git_take = git_take +"-C "+project+" pull" }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 ){