From 1922dd1cd0e7a19f10ff5faae8c2c38003f727fd Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 3 Dec 2018 10:58:46 -0500 Subject: Set default failedUnstableThresh to '0'. (#26) Failure threshold sets status to unstable rather than failed. Print threshold summary --- src/BuildConfig.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/BuildConfig.groovy b/src/BuildConfig.groovy index a43ede6..87cec27 100644 --- a/src/BuildConfig.groovy +++ b/src/BuildConfig.groovy @@ -19,7 +19,7 @@ class BuildConfig implements Serializable { def failedFailureNewThresh = '' def failedFailureThresh = '' def failedUnstableNewThresh = '' - def failedUnstableThresh= '' + def failedUnstableThresh= '0' def skippedFailureNewThresh = '' def skippedFailureThresh = '' -- cgit