From a5b53932a3b86339f86fd214267d73182411525a Mon Sep 17 00:00:00 2001 From: grandeon Date: Thu, 22 Aug 2024 09:31:53 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d5217db..e72283b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { steps { checkout([ $class: 'GitSCM', - branches: [[name: '*/master']], + branches: [[name: '*/main']], userRemoteConfigs: [[url: 'https://github.com/spring-projects/spring-petclinic.git']] ]) }