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 + ''' } }