Praqma / pretested-integration-plugin

A generic pretest commit plugin for Jenkins CI
MIT License
7 stars 14 forks source link

Merge failures are not obvious #1

Open lakruzz opened 8 years ago

lakruzz commented 8 years ago

JENKINS-31135 Trello card


When a merge fails, it is not obvious why the build is red.

That could be the first simple solutions.

We should look into other solutions as well:

lakruzz commented 8 years ago

@MadsNielsen:

One simple solution...we have the Nothing to do message like so build.setDescription(String.format("Noting to do"));. It should be fairly simple just to add this for merge failures.

lakruzz commented 8 years ago

@buep:

Agree, if you mean that we will set the build description to "Merge failure" when there is a merge failure (and not nothing to do).

buep commented 8 years ago

Yes, exactly as we did in earlier releases as far as I remember.