It's quite easy actually. Create a CloudBolt Plug-in Action with the following script:
def run(job, logging=None, **kwargs): return "FAILURE", "", ""
Under Orchestration Actions, you can then attach this action to any trigger point. When enabled, the orchestration will automatically fail at this point.
0 Comments