Re: Pause Build During Another Build?
Tennis Smith <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Eric, THanks for the reply. Yes, I looked at veto, but it isn't quite what I need. Veto seems to depend on a successful build in order to allow another build. In my case, I don't care if a previous build worked or not -- I only care if a build is currently in progress. Looks like I'll need to set up some kind of semaphore using a file (e.g. /tmp/now_running). -T On Tue, Jan 19, 2010 at 5:25 AM, <[email protected]> wrote: > Look at the modificationset *veto* task. This is one area where > cruisecontrol is not great … project dependencies. It has been a while since > I used this, but what I recall is that you can set up this task so if > project A is dependent, on project B you set the veto task in project A to > check and see if project B has any modifications since it last built, If so > then the veto task will suspend the execution of project A. > > > > Perhaps somebody that has implemented this recently can comment. > > > > Eric > > > > *From:* Tennis Smith [mailto:[email protected]] > *Sent:* Sunday, January 17, 2010 11:42 PM > *To:* [email protected] > *Subject:* [Cruisecontrol-user] Pause Build During Another Build? > > > > Hi, > > I have CC started with 2 threads enabled. Most builds do not interfere > with each other. > > In those situations where builds can cause problems if they run > simultaneously, how can I: > 1) Detect that another build is currently running? > 2) Pause or stop the newly started build once I know another build is > running? > -- > > Tks, > -T > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Cruisecontrol-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > > -- Tks, -T ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user