From 96b661aeda9b3360e6e86e246c0a832f43a0a86f Mon Sep 17 00:00:00 2001 From: mateuszwojcik Date: Tue, 3 Jun 2025 22:02:57 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 04daed2..fd6f76e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stages { stage('Checkout') { steps { - git branch: 'main', credentialsId: 'postio-bot-gitea', url: 'https://gitea.postio.pl/postio/microservice-repository.git' + git branch: 'main', credentialsId: 'postio-bot-gitea', url: 'https://gitea.postio.pl/public/microservice-repository.git' } }