-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pipelines): Don't swallow exceptions when parsing pipeline templa…
…tes (#546) If the pipeline planning in Orca fails because of an error in the template, the error is just logged in Echo and the execution disappears. This makes it very hard to debug failing templates. I don't know if this happens to MPT v2 as well, but it is a problem for v1 at least. This fix will let the pipeline triggering continue even if the planning fails, so that Orca later can register the failed execution.
- Loading branch information
Showing
1 changed file
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters