From: garciadeblas Date: Tue, 23 Dec 2025 09:54:03 +0000 (+0100) Subject: Update dummy Jenkinsfile.new to consdider GERRIT_BRANCH X-Git-Tag: v19.0.0~6 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=eb2d1b9f1188f884eb319f1ed0ae196195a17f01;p=osm%2FLCM.git Update dummy Jenkinsfile.new to consdider GERRIT_BRANCH Change-Id: I8d5b6ce1297ea29a97623b2a141c3c6547a8736f Signed-off-by: garciadeblas --- 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')