Re: Scheduled build taking presedence in Build Pipeline

2012-04-11 Thread Geoff Bullen
No, as it currently stands if you have a scheduled job it will just kick
off a new job and won't be part of the pipeline.

You'll need to create a feature request for this... (would be useful
though, I agree)

*Geoff Bullen *
Centrum Systems
Level 8, 5 Elizabeth Street
Sydney

*0408 659 395 (m)
02 9235 0516 (t)** *
http://www.centrumsystems.com.au



On Thu, Mar 29, 2012 at 8:21 PM, Sion  wrote:

> I have a build pipeline configured to works as follows:   Unit tests -
> > Metrics -> Deployment. The unit test is a polled job that then
> triggers my metrics and finally the deployment. So that I dont keep
> wiping the CI environment I have the deployment occur nightly... this
> introduced a problem. The scheduling for the deployment takes
> presedence over whether the upstream was succesful or not. Am I
> missing a configuration that says ONLY run the scheduled task if the
> upstream was succesful?
>
> Any help is most appreciated.
>


Scheduled build taking presedence in Build Pipeline

2012-03-29 Thread Sion
I have a build pipeline configured to works as follows:   Unit tests -
> Metrics -> Deployment. The unit test is a polled job that then
triggers my metrics and finally the deployment. So that I dont keep
wiping the CI environment I have the deployment occur nightly... this
introduced a problem. The scheduling for the deployment takes
presedence over whether the upstream was succesful or not. Am I
missing a configuration that says ONLY run the scheduled task if the
upstream was succesful?

Any help is most appreciated.