Skip to content

Commit b666ea0

Browse files
committed
update documentation
1 parent f009cb3 commit b666ea0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ Via the "Edit" button one can edit existing maintenance windows (and also add an
4545
Going to "Manage Jenkins->Agent Maintenance" will present you a list of all currently defined maintenance windows of all agents.
4646
Using the button "Add" allows to use a label expression to select a list of agents for which to apply the maintenance window.
4747

48-
##### Recurring maintenance windows
48+
## Recurring maintenance windows
4949
It is also possible to define recurring maintenance windows. Using a cron syntax you can specify the start time of the downtime and a duration.
5050
Recurring maintenance windows are added as planned maintenance window 7 days before they start by default. This way you can easily cancel or modify them before
5151
they start. The lead time for adding recurring maintenance windows can be changed by setting the system property com.sap.prd.jenkins.plugins.agent_maintenance.RecurringMaintenanceWindow.LEAD_TIME_DAYS
52-
during start up of Jenkins. Note that changing the lead time can have unwanted side effects like duplicated maintenance windows.
52+
during start up of Jenkins. Note that changing the lead time can have unwanted side effects like duplicated/missing maintenance windows.
53+
5354
Changing a recurring maintenance will not change already scheduled maintenance windows for it. Those need to be adjusted manually.
5455

5556
## Best practices

0 commit comments

Comments
 (0)