trigger that will not schedule builds if another build is broken
15 views
Skip to first unread message
Tiny Montgomery
unread,
Aug 25, 2015, 12:52:50 PM8/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ccnet-user
Hi,
I have a ccnet project setup to merge code between branches but I don't want it to trigger automatically if the build for the dependent branch is broken. If a user wants to forceful trigger the build then I don't want to stop them either. Can anyone think of a way to set this up? It seems like you could get really close using the multiTrigger and the projectTrigger with a NoBuild buildCondition but I just can't seem to get it right.