From 565ba56f50da4cd090f741c6b4b09948abb8a7af Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 29 Nov 2017 15:54:35 -0500 Subject: Remove unused stuff --- src/BuildConfig.groovy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/BuildConfig.groovy') diff --git a/src/BuildConfig.groovy b/src/BuildConfig.groovy index 6c9aeab..cd4f513 100644 --- a/src/BuildConfig.groovy +++ b/src/BuildConfig.groovy @@ -10,8 +10,7 @@ class BuildConfig implements Serializable { def build_cmds = [] def test_cmds = [] def run_tests = true - def thresholds = [[$class: 'FailedThreshold', failureNewThreshold: '', failureThreshold: '', unstableNewThreshold: '', unstableThreshold: ''], - [$class: 'SkippedThreshold', failureNewThreshold: '', failureThreshold: '', unstableNewThreshold: '', unstableThreshold: '']] + def failedFailureNewThresh = '' def failedFailureThresh = '' def failedUnstableNewThresh = '' @@ -22,7 +21,6 @@ class BuildConfig implements Serializable { def skippedUnstableNewThresh = '' def skippedUnstableThresh= '' - // Constructors BuildConfig() { nodetype = "" -- cgit