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

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