Adjust GIT_BASE for kvmfornfv verify/merge jobs and remove somevar
[releng.git] / jjb / kvmfornfv / kvmfornfv.yml
index 6fb722e..02e73fb 100644 (file)
             project: '{project}'
         - gerrit-parameter:
             branch: 'master'
+       - string:
+            name: GIT_BASE
+            default: https://gerrit.opnfv.org/gerrit/$PROJECT
+            description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
+
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
             project: '{project}'
         - gerrit-parameter:
             branch: 'master'
+       - string:
+            name: GIT_BASE
+            default: https://gerrit.opnfv.org/gerrit/$PROJECT
+            description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
 
     scm:
         - gerrit-trigger-scm:
     disabled: true
 
     project-type: freestyle
-    varsetabove: '{somevar}'
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'