From 73f363bc58ab44e6942e5248833aba2c9b67d1d8 Mon Sep 17 00:00:00 2001 From: s_zsolt Date: Thu, 5 Feb 2026 17:33:02 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e526476..6d81f9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,8 @@ pipeline { git add jenkis_test.txt git commit -m "Jenkins: add jenkis_test.txt" || echo "Nothing to commit" - git push origin HEAD:main + git push https://$GIT_USER:$GIT_PASS@gitea.dev.bodnarescu.ro/s_zsolt/test_git.git HEAD:main + ''' } }