Combining Triggers
Is there any way to combine build triggers? Let's say I only want configuration B to run at 8:00 AM, only after a successful build of A. Project A may run at midnight but I still want Project B to run at 8:00 AM.
I see you can add multiple triggers, but there doesn't appear to be a way to AND them together.
thanks in advance.
-ns
Please sign in to leave a comment.
Hi!
Currently, there is no such ability. Feel free to file a feature request on this detailing your needs.
You can probably use schedule trigger and add a snapshot dependency from B on A, with " Run build even if dependency has failed" turned off, but this obviously adds "snapshot" features, which may be not what you want.
Thanks for the reply.
TW-9990 - Add support for combining build triggers