From 26bf36ce8c94003910df113f26ebf4f8d9f1ba18 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 3 Apr 2023 10:33:17 +0200 Subject: [PATCH] switch to main branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 001a148..e64d481 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stages { stage('Cloning Git') { steps { - git([url: git_url, branch: 'feature/24899', credentialsId: '88b54962-1c0e-49cb-8155-22276860f346']) + git([url: git_url, branch: 'main', credentialsId: '88b54962-1c0e-49cb-8155-22276860f346']) } }