aboutsummaryrefslogtreecommitdiff
path: root/src/BuildConfig.groovy
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-11-29 15:54:35 -0500
committerMatt Rendina <mrendina@stsci.edu>2017-11-29 15:54:35 -0500
commit565ba56f50da4cd090f741c6b4b09948abb8a7af (patch)
tree8afa4afc1a29229f3d057e67cc514e862864a176 /src/BuildConfig.groovy
parent7f44a8306f820a01b4ad6d9bc1df4e25fee7868d (diff)
downloadjscu_refactor-565ba56f50da4cd090f741c6b4b09948abb8a7af.tar.gz
Remove unused stuff
Diffstat (limited to 'src/BuildConfig.groovy')
-rw-r--r--src/BuildConfig.groovy4
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 = ""