diff --git a/Jenkinsfile b/Jenkinsfile index d3327a8..9ad5ff8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }