aboutsummaryrefslogtreecommitdiff
path: root/src/JobConfig.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'src/JobConfig.groovy')
-rw-r--r--src/JobConfig.groovy23
1 files changed, 0 insertions, 23 deletions
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() {}
-}