diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/BuildConfig.groovy | 4 |
1 files changed, 1 insertions, 3 deletions
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 = "" |
