#1
|
|||
|
|||
Scheduling
How do I set the build to run m-f at 4 am ?
|
#2
|
|||
|
|||
#3
|
|||
|
|||
Our network rules prevent that from happening. is there a way to do it in the clock step?
Last edited by rfktp; 08-17-2007 at 02:35 PM. |
#4
|
|||
|
|||
So your network policies prevent the usage of the Windows Scheduler? Bummer...
I guess you could have your bld file run all the time with the first step being a Wait step set to "fire" at a specific time, also set to Repeat when True = True (continuously repeat). Put the rest of your build as child actions to this root step (under and indented). |
|
|