Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Custom Action Group Predicate
-
Is there a way to build custom predicates for Action Groups? For example, I would like to test for the existence of a particular directory before executing an Action Group. I am not sure that the out of the box predicates will support this. Any ideas would be appreciated.
Product: BuildMaster
Version: 4.4.5
-
Yes, just inherit from
PredicateBase
in the SDK.If you don't already have a custom extension, check out the Creating an Auto-Deploying Custom Extension Application tutorial to create one - it will also have a Sample Predicate within it.