We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067d611 commit 695e4acCopy full SHA for 695e4ac
src/main/resources/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStep/help-credentials.html
@@ -1,3 +1,15 @@
1
<div>
2
- Select credentials from the list of credentials available to the job.
3
-</div>
+ List of credentials to be used by the sshagent step.
+ The Pipeline Syntax Snippet Generator will guide the user to select a single credential from the list of available, like this:
4
+ <code>
5
+ sshagent(credentials: ['my-credential-id']) {
6
+ // some block
7
+ }
8
+ </code>
9
+ The step also accepts a list of credential, like this:
10
11
+ sshagent(credentials: ['my-credential-id', 'my-alternate-credential', 'another-credential']) {
12
13
14
15
+</div>
0 commit comments