From 2b413e479a15ceaba1aefae0df044d9738424011 Mon Sep 17 00:00:00 2001 From: Marco Santos Date: Mon, 6 Oct 2025 23:17:05 +0100 Subject: [PATCH] fix --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } }