forked from jenkinsci/jenkins
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add descriptions to administrative monitors (jenkinsci#5937)
Co-authored-by: Daniel Beck <[email protected]>
- Loading branch information
1 parent
8c393d4
commit 65b9f1c
Showing
66 changed files
with
174 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.../src/main/resources/hudson/PluginManager/PluginCycleDependenciesMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
...main/resources/hudson/PluginManager/PluginCycleDependenciesMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = When Jenkins detects a cyclic dependency between plugins (a bug in one or more plugins), this message is shown. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/hudson/PluginManager/PluginDeprecationMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
2 changes: 2 additions & 0 deletions
2
core/src/main/resources/hudson/PluginManager/PluginDeprecationMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
blurb = Informs administrators about the deprecation of one or more currently installed plugins. \ | ||
This is metadata provided by the configured update sites, and the plugin documentation will usually explain why the plugin is deprecated. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/hudson/PluginManager/PluginUpdateMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
3 changes: 3 additions & 0 deletions
3
core/src/main/resources/hudson/PluginManager/PluginUpdateMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
blurb = Informs administrators about a required plugin update. \ | ||
This is unrelated to plugin updates being available. | ||
# TODO Is this even used anymore? |
4 changes: 4 additions & 0 deletions
4
.../main/resources/hudson/PluginWrapper/PluginWrapperAdministrativeMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
2 changes: 2 additions & 0 deletions
2
.../resources/hudson/PluginWrapper/PluginWrapperAdministrativeMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
blurb = If any plugins failed to load, this informs administrators about the problem. \ | ||
This is a severe problem, as re-saving configuration at this point could result in the loss of configuration data related to unloadable plugins. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/hudson/diagnosis/HudsonHomeDiskUsageMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/hudson/diagnosis/HudsonHomeDiskUsageMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = This warning shows up when the available disk space for the Jenkins home directory falls below a certain threshold. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/hudson/diagnosis/NullIdDescriptorMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/hudson/diagnosis/NullIdDescriptorMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Informs administrators about a problem with extensions in some legacy plugins. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/hudson/diagnosis/OldDataMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
2 changes: 2 additions & 0 deletions
2
core/src/main/resources/hudson/diagnosis/OldDataMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
blurb = When Jenkins configuration files contain unloadable data, this informs administrators about the problem. \ | ||
A common cause is plugins having been downgraded, or having changed in backwards-incompatible ways. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/hudson/diagnosis/ReverseProxySetupMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/hudson/diagnosis/ReverseProxySetupMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = If Jenkins is running behind a reverse proxy, this identifies problems with a bad configuration. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/hudson/diagnosis/TooManyJobsButNoView/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/hudson/diagnosis/TooManyJobsButNoView/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Recommends the creation of additional views to help categorize jobs if there are none and too many jobs exist. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = When a new release of Jenkins has been released, this informs administrators about it. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/hudson/node_monitors/MonitorMarkedNodeOffline/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/hudson/node_monitors/MonitorMarkedNodeOffline/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Whenever a resource monitor marks a node offline, this warning is shown to inform administrators about it. |
4 changes: 4 additions & 0 deletions
4
...src/main/resources/hudson/triggers/SCMTrigger/AdministrativeMonitorImpl/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
...ain/resources/hudson/triggers/SCMTrigger/AdministrativeMonitorImpl/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = If there are more SCM polling activities scheduled than Jenkins can handle in parallel, this informs administrators about the problem and provides diagnostic information. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/hudson/triggers/SlowTriggerAdminMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/hudson/triggers/SlowTriggerAdminMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = This warns administrators that triggers are not firing on schedule, typically because some plugins perform additional actions (like network access) during trigger processing. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/diagnosis/HsErrPidList/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/jenkins/diagnosis/HsErrPidList/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Informs about the presence of JRE crash dumps after an abnormal Jenkins termination, and allows viewing them. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/diagnostics/CompletedInitializationMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
.../main/resources/jenkins/diagnostics/CompletedInitializationMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Warns about an incomplete initialization, indicating a bug in Jenkins. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/diagnostics/ControllerExecutorsAgents/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/jenkins/diagnostics/ControllerExecutorsAgents/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Shows a warning when the built-in node has executors despite agents (static or clouds) being configured. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/diagnostics/ControllerExecutorsNoAgents/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
...src/main/resources/jenkins/diagnostics/ControllerExecutorsNoAgents/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Shows a warning when the built-in node has executors and recommends that agents (static or clouds) are set up. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/diagnostics/RootUrlNotSetMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/jenkins/diagnostics/RootUrlNotSetMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Some Jenkins features require the root URL to be defined, and this warns when it is undefined. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/diagnostics/SecurityIsOffMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/jenkins/diagnostics/SecurityIsOffMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Authentication (security realm) and authorization (authorization strategy) should be set up. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/diagnostics/URICheckEncodingMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/jenkins/diagnostics/URICheckEncodingMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = A diagnostic feature warnings administrators about incorrect encoding of URLs, typically with improperly set up reverse proxies or containers. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/model/BuiltInNodeMigration/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/jenkins/model/BuiltInNodeMigration/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = When updating Jenkins from before 2.307, this allows administrators to migrate the built-in node name and label. |
4 changes: 4 additions & 0 deletions
4
...ources/jenkins/model/Jenkins/EnforceSlaveAgentPortAdministrativeMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
...s/jenkins/model/Jenkins/EnforceSlaveAgentPortAdministrativeMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Informs administrators that the TCP agent port is different than its enforced value and will be reset on restart. |
4 changes: 4 additions & 0 deletions
4
...rc/main/resources/jenkins/monitor/JavaVersionRecommendationAdminMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
...in/resources/jenkins/monitor/JavaVersionRecommendationAdminMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Recommends Java 11 for running Jenkins if an older version is used. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/security/QueueItemAuthenticatorMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
.../src/main/resources/jenkins/security/QueueItemAuthenticatorMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = If access control for builds is not set up, this shows a warning, explaining the problem. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/security/RekeySecretAdminMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/jenkins/security/RekeySecretAdminMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Informs about the need to perform secret re-keying due to <a href="https://www.jenkins.io/redirect/rekey" rel="noopener noreferrer" target="_blank">a security vulnerability</a> that was fixed in 2013. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/security/ResourceDomainRecommendation/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/jenkins/security/ResourceDomainRecommendation/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Informs about the resource root URL option if the <code>Content-Security-Policy</code> HTTP header for user-controlled resources served by Jenkins has been set to a custom value. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/security/UpdateSiteWarningsMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
3 changes: 3 additions & 0 deletions
3
core/src/main/resources/jenkins/security/UpdateSiteWarningsMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
blurb = This warning informs administrators about active security warnings for installed Jenkins core or plugin versions. \ | ||
Rather than disable this warning entirely (including any future issues), consider disabling specific messages in the global security configuration. | ||
# TODO Add link |
4 changes: 4 additions & 0 deletions
4
.../security/apitoken/ApiTokenPropertyDisabledDefaultAdministrativeMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
...rity/apitoken/ApiTokenPropertyDisabledDefaultAdministrativeMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Warns administrators about the legacy behavior of automatically generating API tokens for new users. |
4 changes: 4 additions & 0 deletions
4
...security/apitoken/ApiTokenPropertyEnabledNewLegacyAdministrativeMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
...ity/apitoken/ApiTokenPropertyEnabledNewLegacyAdministrativeMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Warns administrators about the legacy behavior of allowing users to generate new legacy API tokens. |
4 changes: 4 additions & 0 deletions
4
...resources/jenkins/security/apitoken/LegacyApiTokenAdministrativeMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
...rces/jenkins/security/apitoken/LegacyApiTokenAdministrativeMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Warns administrators about the presence of legacy API tokens in the configuration of some users. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/security/csrf/CSRFAdministrativeMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
...src/main/resources/jenkins/security/csrf/CSRFAdministrativeMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = Warns about disabled <a href="https://www.jenkins.io/redirect/csrf-protection" rel="noopener noreferrer" target="_blank">CSRF protection</a>. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/security/s2m/AdminCallableMonitor/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
3 changes: 3 additions & 0 deletions
3
core/src/main/resources/jenkins/security/s2m/AdminCallableMonitor/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
blurb = An agent attempted to send a message to the controller for execution, but agent-to-controller access control rejected it. \ | ||
This lets administrators review the message type and approve it. | ||
# TODO I am fairly sure this never triggers, but https://github.com/jenkinsci/jenkins/pull/5885 will hopefully remove this soon anyway. |
4 changes: 4 additions & 0 deletions
4
core/src/main/resources/jenkins/security/s2m/MasterKillSwitchWarning/description.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler"> | ||
${%blurb} | ||
</j:jelly> |
1 change: 1 addition & 0 deletions
1
core/src/main/resources/jenkins/security/s2m/MasterKillSwitchWarning/description.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blurb = When <a href="https://www.jenkins.io/doc/book/security/controller-isolation/#agent-controller-access-control" rel="noopener noreferrer" target="_blank">agent-to-controller access control</a> is disabled, this warns administrators. |