I've searched but maybe I'm blind.  I'm looking for a plugin or a way to be 
able to build downstream projects on a schedule.  

Basically I have a Maven build that builds on commit but I don't want it 
deployed until a certain time of the day.  

Right now I'm scheduling the deployment build and copying the artifcats 
from the Maven build.. but the issue with that is that it would deploy the 
build even if there wasn't a commit to the Maven build.. (I just want the 
deploy to happen IF there is a commit to the Maven Build).

Thanks;

Reply via email to