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 8065f28 commit a9d98ceCopy full SHA for a9d98ce
src/main/resources/org/csanchez/jenkins/plugins/kubernetes/ContainerTemplate/help-args.html
@@ -1,3 +1,3 @@
1
<p>Arguments to pass to the command.</p>
2
-<p>${computer.jnlpmac} and ${computer.name} are replaced with the agent secret and name respectively.</p>
3
-<p>For Windows containers the args ["Start-Sleep", "999999"] are reasonable choices to go with powershell.</p>
+<p><code>${computer.jnlpmac}</code> and <code>${computer.name}</code> are replaced with the agent secret and name respectively.</p>
+<p>For Windows containers the args <code>Start-Sleep 999999</code> are reasonable choices to go with <code>powershell</code>.</p>
0 commit comments