Merge "virfy and daily only support newton xenial"
authormei mei <meimei@huawei.com>
Mon, 19 Dec 2016 03:02:25 +0000 (03:02 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 19 Dec 2016 03:02:25 +0000 (03:02 +0000)
jjb/global/releng-macros.yml

index 46f69b3..cd92480 100644 (file)
             name: GERRIT_BRANCH
             default: '{branch}'
             description: "JJB configured GERRIT_BRANCH parameter"
-        - string:
-            name: SSH_CREDENTIAL_ID
-            default: 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e'
-            description: "SSH Credential ID for git access"
 
 - wrapper:
     name: ssh-agent-wrapper
     wrappers:
         - ssh-agent-credentials:
             users:
-                - '$SSH_CREDENTIAL_ID'
+                - 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e'
 
 - scm:
     name: git-scm
@@ -50,6 +46,7 @@
     scm:
         - git:
             choosing-strategy: 'gerrit'
+            refspec: '$GERRIT_REFSPEC'
             <<: *git-scm-defaults
 
 - trigger: