Skip to content

Commit

Permalink
Merge branch 'master' into url-depreciation-1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmaity authored Oct 7, 2023
2 parents 45e18a9 + 9fd645a commit c2bb399
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ f.section(title: _("Usage Statistics")) {
raw(_("disabledBySystemProperty"))
}
} else if (FIPS140.useCompliantAlgorithms()) {
f.optionalBlock(field: "usageStatisticsCollected", checked: app.usageStatisticsCollected, title: _("statsBlurbFIPS"))
f.optionalBlock(field: "usageStatisticsCollected", checked: app.usageStatisticsCollected, title: _("statsBlurbFIPS")) {
f.description(_("statsDescriptionFIPS"))
}
} else {
f.optionalBlock(field: "usageStatisticsCollected", checked: app.usageStatisticsCollected, title: _("statsBlurb"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ statsBlurb=\
Help make Jenkins better by sending anonymous usage statistics and crash reports to the Jenkins project
statsBlurbFIPS=\
Help make Jenkins better by sending telemetry to the Jenkins project
statsDescriptionFIPS=\
General usage statistics are not submitted when FIPS-140 compliance is requested.
disabledBySystemProperty=\
The option to send anonymous usage statistics, crash reports and telemetry to the Jenkins project is disabled by a <a href="https://www.jenkins.io/doc/book/managing/system-properties/#hudson-model-usagestatistics-disabled">System Property</a>.

2 changes: 1 addition & 1 deletion war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"defaults",
"not IE 11"
],
"packageManager": "[email protected].3"
"packageManager": "[email protected].4"
}
4 changes: 2 additions & 2 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ THE SOFTWARE.
<!-- frontend-maven-plugin will install this Yarn version as bootstrap, then hand over control to Yarn Berry. -->
<yarn.version>1.22.19</yarn.version>
<!-- maven-antrun-plugin will download this Yarn version. -->
<yarn-berry.version>3.6.3</yarn-berry.version>
<yarn-berry.sha256sum>08ead1821a257416e6f217e89365425bf4b6d2430c3279318bedcec1a245fff5</yarn-berry.sha256sum>
<yarn-berry.version>3.6.4</yarn-berry.version>
<yarn-berry.sha256sum>7f7d51b38db0d94adf25c512e3f3d3b47d23c97922eecc540f7440f116bdb99a</yarn-berry.sha256sum>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c2bb399

Please sign in to comment.