fix ssh-credentials to static param 65/26165/5
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 19 Dec 2016 01:06:28 +0000 (01:06 +0000)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 19 Dec 2016 01:58:24 +0000 (01:58 +0000)
Change-Id: I1f11e5db53f8902ce16cab00452d8d350fd7081e
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
jjb/global/releng-macros.yml

index 46f69b3..36d9f44 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