From eb2d1b9f1188f884eb319f1ed0ae196195a17f01 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 23 Dec 2025 10:54:03 +0100 Subject: [PATCH] Update dummy Jenkinsfile.new to consdider GERRIT_BRANCH Change-Id: I8d5b6ce1297ea29a97623b2a141c3c6547a8736f Signed-off-by: garciadeblas --- Jenkinsfile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.new b/Jenkinsfile.new index 34b3eb97..b5ba6958 100644 --- a/Jenkinsfile.new +++ b/Jenkinsfile.new @@ -16,7 +16,7 @@ pipeline { agent none parameters { - string(defaultValue: env.BRANCH_NAME, description: '', name: 'GERRIT_BRANCH') + string(defaultValue: env.GERRIT_BRANCH, description: '', name: 'GERRIT_BRANCH') string(defaultValue: 'osm/LCM', description: '', name: 'GERRIT_PROJECT') string(defaultValue: env.GERRIT_REFSPEC, description: '', name: 'GERRIT_REFSPEC') string(defaultValue: env.GERRIT_PATCHSET_REVISION, description: '', name: 'GERRIT_PATCHSET_REVISION') -- 2.25.1