Update dummy Jenkinsfile.new to consdider GERRIT_BRANCH 23/15623/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 23 Dec 2025 09:54:03 +0000 (10:54 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 23 Dec 2025 09:54:09 +0000 (10:54 +0100)
Change-Id: I8d5b6ce1297ea29a97623b2a141c3c6547a8736f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile.new

index 34b3eb9..b5ba695 100644 (file)
@@ -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')