Quantcast

Downstream Build on a Schedule

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Downstream Build on a Schedule

sharkannon
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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Downstream Build on a Schedule

vlatombe
Hello,

Take a look at  http://wiki.jenkins-ci.org/display/JENKINS/BuildResultTrigger+Plugin

Vincent


2012/9/11 Sharkannon <[hidden email]>
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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Downstream Build on a Schedule

sharkannon
Thanks, I'll take a look.. if it works as it appears it should be perfect.

On Tuesday, September 11, 2012 10:04:59 AM UTC-6, Vincent Latombe wrote:
Hello,

Take a look at  http://wiki.jenkins-ci.org/display/JENKINS/BuildResultTrigger+Plugin

Vincent


2012/9/11 Sharkannon <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="hD6pCDIQQ00J">shark...@...>
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;

Loading...