aboutsummaryrefslogtreecommitdiff
path: root/src/BuildConfig.groovy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-06-13 12:29:09 -0400
committerGitHub <noreply@github.com>2018-06-13 12:29:09 -0400
commitaef51d1481afd3e8d1efb9ef273a80a26167d368 (patch)
treedd27ab116d035e3fc2443fa9fa62ed4085582cb1 /src/BuildConfig.groovy
parent63a8108afd06753d595a703273afb35d58543dd8 (diff)
parente0e0a75cb2085584eb50e6cff841c75cd39471fd (diff)
downloadjscu_refactor-aef51d1481afd3e8d1efb9ef273a80a26167d368.tar.gz
Merge pull request #6 from jhunkeler/dataconfig2
Implement DataConfig
Diffstat (limited to 'src/BuildConfig.groovy')
-rw-r--r--src/BuildConfig.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BuildConfig.groovy b/src/BuildConfig.groovy
index 1eb98be..a954c22 100644
--- a/src/BuildConfig.groovy
+++ b/src/BuildConfig.groovy
@@ -12,6 +12,7 @@ class BuildConfig implements Serializable {
def env_vars_raw = []
def build_cmds = []
def test_cmds = []
+ def test_configs = []
def failedFailureNewThresh = ''
def failedFailureThresh = ''