Update Jenkinsfile

This commit is contained in:
2025-06-03 22:02:57 +00:00
parent 5be60e3ff9
commit 96b661aeda

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { 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'
} }
} }