diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-29 15:54:35 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-29 15:54:35 -0500 |
| commit | 565ba56f50da4cd090f741c6b4b09948abb8a7af (patch) | |
| tree | 8afa4afc1a29229f3d057e67cc514e862864a176 /src | |
| parent | 7f44a8306f820a01b4ad6d9bc1df4e25fee7868d (diff) | |
| download | jscu_refactor-565ba56f50da4cd090f741c6b4b09948abb8a7af.tar.gz | |
Remove unused stuff
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 = "" |
