From be3085ce157c728b9f744aa3c054a62247b8b20d Mon Sep 17 00:00:00 2001 From: Marco Santos Date: Thu, 24 Jul 2025 02:36:31 +0100 Subject: [PATCH] master --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }