Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-70703] Expose in the UI that the DownloadBundle permission is deprecated, as per SECURITY-2804 #444

Merged
merged 1 commit into from
Feb 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SupportCommand.generates_a_diagnostic_support_bundle_=Generates a diagnostic sup
SupportCommand.jenkins_63722_deprecated_ids=[JENKINS-63722] The component name ''{0}'' is deprecated, please use ''{0}JVMProcessSystemMetricsContents'' and / or ''{0}SystemConfiguration'' depending on the use case.
SupportCommand.if_no_arguments_are_given_generate_a_bun=Sends the compressed support bundle to standard out or alternatively to a local file only if the deprecated remoting protocol is used.\nIf no arguments are given, generate a bundle with all components. Otherwise specify components by ID:
SupportPlugin_PermissionGroup=Support
SupportPlugin_CreateBundle=Generate bundle
SupportPlugin_CreateBundle=Deprecated - please use the Overall/Administer permission instead
SupportPlugin_DeleteBundle=Delete bundle
SupportPlugin_DownloadBundle=Download bundle
SupportPlugin_ListBundle=Existing support bundles
Expand Down