From f0a2ba5a0001eda21c6e79dfd6f43e8dcb959546 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 15 Feb 2019 17:34:16 +0100 Subject: [PATCH] Not throwing exception on MakeBuildUnstableException --- .../cloud/release/internal/ReleaserApplication.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-cloud-release-tools-spring/src/main/java/org/springframework/cloud/release/internal/ReleaserApplication.java b/spring-cloud-release-tools-spring/src/main/java/org/springframework/cloud/release/internal/ReleaserApplication.java index ab18c3a3..0eae8b2e 100644 --- a/spring-cloud-release-tools-spring/src/main/java/org/springframework/cloud/release/internal/ReleaserApplication.java +++ b/spring-cloud-release-tools-spring/src/main/java/org/springframework/cloud/release/internal/ReleaserApplication.java @@ -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 "