Skip to content

Commit 7738998

Browse files
stephane-chazelasStephane Chazelas
andauthored
[JENKINS-75991] Fix name of reason query parameter in online help for quietDown (#10965)
Co-authored-by: Stephane Chazelas <stephane@chazelas.org>
1 parent 1c6fb78 commit 7738998

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/resources/jenkins/model/Jenkins

1 file changed

+1
-1
lines changed

core/src/main/resources/jenkins/model/Jenkins/_api.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ THE SOFTWARE.
4141

4242
<h2>Restarting Jenkins</h2>
4343
<p>
44-
Jenkins will enter into the "quiet down" mode by sending a POST request with optional <code>reason</code> query parameter to <a href="../quietDown">this URL</a>.
44+
Jenkins will enter into the "quiet down" mode by sending a POST request with optional <code>message</code> query parameter as the reason to <a href="../quietDown">this URL</a>.
4545
You can also send another request to this URL to update the reason.
4646
You can cancel this mode by sending a POST request to <a href="../cancelQuietDown">this URL</a>. On environments
4747
where Jenkins can restart itself (such as when Jenkins is installed as a Windows service), POSTing to

0 commit comments

Comments
 (0)