This commit is contained in:
Marco Santos
2025-07-24 02:36:31 +01:00
parent ed729b9c8e
commit be3085ce15

2
Jenkinsfile vendored
View File

@@ -29,7 +29,7 @@ pipeline {
stage('Checkout Repositório') {
steps {
git branch: 'main', url: 'https://git.homeware.pt/Marco/Geradores.git'
git branch: 'master', url: 'https://git.homeware.pt/Marco/Geradores.git'
}
}