Merge "Add GERRIT_REFSPEC to 'project-parameter' Macro"
authorRyota Mibu <r-mibu@cq.jp.nec.com>
Wed, 24 Jan 2018 09:51:48 +0000 (09:51 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 24 Jan 2018 09:51:48 +0000 (09:51 +0000)
jjb/apex/apex-project-jobs.yml
jjb/ci_gate_security/opnfv-ci-gate-security.yml
jjb/global/releng-macros.yml
jjb/qtip/qtip-verify-jobs.yml

index b12b101..5807286 100644 (file)
           branch: '{branch}'
       - apex-parameter:
           gs-pathname: '{gs-pathname}'
-      - string:
-          name: GERRIT_REFSPEC
-          default: 'refs/heads/{branch}'
-          description: "JJB configured GERRIT_REFSPEC parameter"
 
     scm:
       - git-scm-gerrit
index d54aebe..56aee17 100644 (file)
       - project-parameter:
           project: '{repo}'
           branch: '{branch}'
-      - string:
-          name: GERRIT_REFSPEC
-          default: 'refs/heads/{stream}'
-          description: "Default Gerrit ref git HEAD should point to"
 
     scm:
       - git-scm-gerrit
index 330584e..c6a65ca 100644 (file)
           name: GERRIT_BRANCH
           default: '{branch}'
           description: "JJB configured GERRIT_BRANCH parameter (deprecated)"
+      - string:
+          name: GERRIT_REFSPEC
+          default: 'refs/heads/{branch}'
+          description: "Default refspec needed for manually triggering."
 
 - property:
     name: logrotate-default
index 783c92b..8698fa0 100644 (file)
           name: GS_URL
           default: '$GS_BASE{gs-pathname}'
           description: "Directory where the build artifact will be located upon the completion of the build."
-      - string:
-          name: GERRIT_REFSPEC
-          default: 'refs/heads/{branch}'
-          description: "JJB configured GERRIT_REFSPEC parameter"
 
     scm:
       - git-scm