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-66177] JavaVersionRecommendationAdminMonitor.disable #4469

Merged
merged 4 commits into from
Aug 4, 2021
Merged
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions content/doc/book/managing/system-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1632,6 +1632,15 @@ properties:
since: 2.196
description: |
`true` to disable GZIP compression of artifacts when they're transferred from agent nodes to controller.  Uses less CPU at the cost of increased network traffic.
- name: jenkins.monitor.JavaVersionRecommendationAdminMonitor.disable
tags:
- monitor
timja marked this conversation as resolved.
Show resolved Hide resolved
- feature
def: |
`false`
since: TBD
timja marked this conversation as resolved.
Show resolved Hide resolved
description: |
`true` to disable Java 11 upgrade suggest monitor.
timja marked this conversation as resolved.
Show resolved Hide resolved

- name: jenkins.security.ApiTokenProperty.adminCanGenerateNewTokens 
tags:
Expand Down