From 3f094f6ed54542a3cfa4ea4dabd08352ae75d8c8 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 20 Sep 2022 14:31:45 +0200 Subject: [PATCH] Update 'Jenkinsfile' fix sintax --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 592e6f4..6ce55da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { stages { stage('Checkout git project') { steps { - git branch: "${GIT_BRANCH}", credentialsId: '88b54962-1c0e-49cb-8155-22276860f346', url: "${GIT_URL}" + git branch: "${params.GIT_BRANCH}", credentialsId: '88b54962-1c0e-49cb-8155-22276860f346', url: "${params.GIT_URL}" } } stage('Build the job') {