diff --git a/Jenkinsfile b/Jenkinsfile index deed328..62cc45a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 } }