You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ Via the "Edit" button one can edit existing maintenance windows (and also add an
45
45
Going to "Manage Jenkins->Agent Maintenance" will present you a list of all currently defined maintenance windows of all agents.
46
46
Using the button "Add" allows to use a label expression to select a list of agents for which to apply the maintenance window.
47
47
48
+
## Recurring maintenance windows
49
+
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.
50
+
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
51
+
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/missing maintenance windows.
53
+
54
+
Changing a recurring maintenance will not change already scheduled maintenance windows for it. Those need to be adjusted manually.
0 commit comments