recommit for updates in build 8

This commit is contained in:
Jenkins ConfDroid
2025-05-05 18:59:06 +02:00
parent 7b466dabfc
commit 6192034326

View File

@@ -208,7 +208,7 @@
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;80&#39;</tt>)</em>
<em class="default">(defaults to: <tt>&#39;8080&#39;</tt>)</em>
&mdash;
@@ -294,7 +294,7 @@ class jenkins_cd::params (
# firewall
Boolean $js_enable_fw = true,
String $js_fw_rule = &#39;50&#39;,
String $js_jenkins_port = &#39;80&#39;,
String $js_jenkins_port = &#39;8080&#39;,
String $js_source_net = &#39;0.0.0.0/0&#39;,
) {