From 75bf6245f9b6142bf038edaaa449bd63d0758154 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Fri, 31 Mar 2023 16:41:58 +0200 Subject: [PATCH] fix branchname --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 09612b8..8163c3d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stages { stage('Cloning Git') { steps { - git([url: git_url, branch: 'master', credentialsId: '88b54962-1c0e-49cb-8155-22276860f346']) + git([url: git_url, branch: 'feature/24899', credentialsId: '88b54962-1c0e-49cb-8155-22276860f346']) } }