Commit 5988d89d by Michael Youngstrom Committed by GitHub

Merge pull request #4129 from edx/youngstrom/jenkins_credential_ids

jenkins_common: Add credential id for ssh template
parents 31be8d3e d98d3bdc
......@@ -37,6 +37,7 @@
isJenkinsMasterSsh: true
passphrase: '{{ master_ssh.passphrase }}'
description: '{{ master_ssh.description }}'
id: '{{ master_ssh.id }}'
{% endfor %}
{% for custom_ssh in JENKINS_CUSTOM_SSH_LIST %}
- credentialType: 'ssh'
......@@ -46,4 +47,5 @@
path: 'credentials/{{ custom_ssh.name }}'
passphrase: '{{ custom_ssh.passphrase }}'
description: '{{ custom_ssh.description }}'
id: '{{ custom_ssh.id }}'
{% endfor %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment