Not throwing exception on MakeBuildUnstableException

This commit is contained in:
Marcin Grzejszczak
2019-02-15 17:34:16 +01:00
parent bf690f60d8
commit f0a2ba5a00

View File

@@ -64,6 +64,7 @@ public class ReleaserApplication implements CommandLineRunner {
application.run(args);
}
catch (MakeBuildUnstableException ex) {
log.error("[BUILD UNSTABLE] The following exceptions took place in the post release process", ex);
log.error(
"[BUILD UNSTABLE] The release happened successfully, but there were post release issues");
log.error("[BUILD UNSTABLE] An exception that should make "