aboutsummaryrefslogtreecommitdiff
path: root/src/JobConfig.groovy
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-03-08 11:44:55 -0500
committerGitHub <noreply@github.com>2019-03-08 11:44:55 -0500
commitcf8bb87be6b64700ac67cfa02af922f76786c290 (patch)
tree6f6719c1751c1d06fedc2ff377cd455f7a1e22e4 /src/JobConfig.groovy
parent93e64011d54e1b305472926e17768e634e560230 (diff)
downloadjscu_refactor-cf8bb87be6b64700ac67cfa02af922f76786c290.tar.gz
conda environment list publication capability (#37)1.3.7
* Add support for publishing conda environment specs to artifactory. * Add docs for env publication feature
Diffstat (limited to 'src/JobConfig.groovy')
-rw-r--r--src/JobConfig.groovy4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/JobConfig.groovy b/src/JobConfig.groovy
index 6a44ed2..6411917 100644
--- a/src/JobConfig.groovy
+++ b/src/JobConfig.groovy
@@ -6,6 +6,10 @@ class JobConfig implements Serializable {
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
+
// Build retention control
def builds_to_keep = -1