This commit is contained in:
2025-10-06 23:17:05 +01:00
parent a6707fe731
commit 2b413e479a

3
Jenkinsfile vendored
View File

@@ -30,9 +30,8 @@ pipeline {
stage('Checkout Repositório') {
steps {
url: 'https://git.homeware.pt/Marco/Geradores.git',
git branch: 'master',
url: 'https://git.homeware.pt/Marco/Geradores.git',
credentialsId: env.GIT_CREDENTIALS_ID
}
}