Start configuration on failure condition
Hello,
I would like to know if it is possible to start a configuration on fail step (or configuration) or on failure condition ?
I would like to start some actions if a configuration fails ?
My idea is to do as the trigger "finish build trigger" but in a failure condition.
Do you think this case could be implemented as new feature perhaps ?
Please sign in to leave a comment.
Hi Mathieu,
I'm afraid this is not currently available, so you could request this as a feature in our tracker: https://youtrack.jetbrains.com/issues/TW. You can also create your own trigger as a plugin.
Currently, you can add a last build step in your configuration, set it to run even if the previous steps failed, then make it trigger the build you require via the REST API.