Skip to content

Commit a9d98ce

Browse files
committed
Fixup args inline help
1 parent 8065f28 commit a9d98ce

File tree

1 file changed

+2
-2
lines changed
  • src/main/resources/org/csanchez/jenkins/plugins/kubernetes/ContainerTemplate

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<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>
2+
<p><code>${computer.jnlpmac}</code> and <code>${computer.name}</code> are replaced with the agent secret and name respectively.</p>
3+
<p>For Windows containers the args <code>Start-Sleep 999999</code> are reasonable choices to go with <code>powershell</code>.</p>

0 commit comments

Comments
 (0)