mirror of https://github.com/jenkinsci/jenkins.git
Revise curl example for inbound agent (#7142)
Signed-off-by: JJ Asghar <awesome@ibm.com>
This commit is contained in:
parent
39a48a4833
commit
7cb5eb78c0
|
@ -57,6 +57,9 @@ curl -sO ${jenkinsURL}jnlpJars/agent.jar
|
|||
java -jar <a href="${rootURL}/jnlpJars/agent.jar">agent.jar</a> -jnlpUrl ${jenkinsURL}${it.url}jenkins-agent.jnlp -secret @secret-file ${it.launcher.getWorkDirOptions(it)}</pre>
|
||||
</j:otherwise>
|
||||
</j:choose>
|
||||
<p>
|
||||
${%Note: PowerShell users must use curl.exe instead of curl because curl is a default PowerShell cmdlet alias for Invoke-WebRequest.}
|
||||
</p>
|
||||
</j:if>
|
||||
</j:when>
|
||||
<j:otherwise>
|
||||
|
|
Loading…
Reference in New Issue