Skip to content

Add postbuild message handling infrastructure

Michael Pyne requested to merge work/add-postbuild-msg into master

This adds the capability to handle post-build messages and provides an initial user of that in git-stash handling.

What is looks like (on failure, obviously):

postbuild-failure-example

What it looks like in a more normal build:

postbuild-success-example

We'd probably want to find other error types that would warrant this kind of post-build alert. But I think the git-stash thing is a good first candidate because it pops up more frequently for our users so it would be good to fix (and to warn about when we can't fix).

Edited by Michael Pyne

Merge request reports