minikube/hack/jenkins/windows_cleanup_cron.ps1

3 lines
163 B
PowerShell
Raw Normal View History

Schtasks /create /tn cleanup_reboot /sc MINUTE /mo 30 /tr "Powershell C:\jenkins\windows_cleanup_and_reboot.ps1" /f
2021-10-18 20:51:41 +00:00
Disable-ScheduledTask -TaskName cleanup_reboot