Commit d98d3bdc by Michael Youngstrom

jenkins_common: Add credential id for ssh template

parent 31be8d3e
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
isJenkinsMasterSsh: true isJenkinsMasterSsh: true
passphrase: '{{ master_ssh.passphrase }}' passphrase: '{{ master_ssh.passphrase }}'
description: '{{ master_ssh.description }}' description: '{{ master_ssh.description }}'
id: '{{ master_ssh.id }}'
{% endfor %} {% endfor %}
{% for custom_ssh in JENKINS_CUSTOM_SSH_LIST %} {% for custom_ssh in JENKINS_CUSTOM_SSH_LIST %}
- credentialType: 'ssh' - credentialType: 'ssh'
...@@ -46,4 +47,5 @@ ...@@ -46,4 +47,5 @@
path: 'credentials/{{ custom_ssh.name }}' path: 'credentials/{{ custom_ssh.name }}'
passphrase: '{{ custom_ssh.passphrase }}' passphrase: '{{ custom_ssh.passphrase }}'
description: '{{ custom_ssh.description }}' description: '{{ custom_ssh.description }}'
id: '{{ custom_ssh.id }}'
{% endfor %} {% 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