From a5ad271a525cdd1d637a664bd0360848d229e440 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 8 Oct 2019 10:28:05 -0400 Subject: Refactor package structure --- src/JobConfig.groovy | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/JobConfig.groovy (limited to 'src/JobConfig.groovy') diff --git a/src/JobConfig.groovy b/src/JobConfig.groovy deleted file mode 100644 index cd299b6..0000000 --- a/src/JobConfig.groovy +++ /dev/null @@ -1,23 +0,0 @@ -// src/JobConfig.groovy - -class JobConfig implements Serializable { - - // Regression testing summary control - def post_test_summary = false - def all_posts_in_same_issue = true - - // Conda environment specification file publication control - def enable_env_publication = false - def publish_env_on_success_only = true - - def credentials = null - - // Build retention control - def builds_to_keep = -1 - - // Development - def debug = false - - // Constructors - JobConfig() {} -} -- cgit