c50d14c6d4
This feature allows one to specify the user id for the jenkins ssh-agent-credentials in the wrappers section of the yaml file. Also providing yaml and corresponding xml files for testing. Change-Id: I6c19945450c6ef55fead72c32594adb5a9b807c6
9 lines
286 B
XML
9 lines
286 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<buildWrappers>
|
|
<com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
|
|
<user>49d20745-9889-4c02-b286-fc6fb89c36bd</user>
|
|
</com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
|
|
</buildWrappers>
|
|
</project>
|