diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-03-08 11:44:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-08 11:44:55 -0500 |
commit | cf8bb87be6b64700ac67cfa02af922f76786c290 (patch) | |
tree | 6f6719c1751c1d06fedc2ff377cd455f7a1e22e4 /src/BuildConfig.groovy | |
parent | 93e64011d54e1b305472926e17768e634e560230 (diff) | |
download | jscu_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/BuildConfig.groovy')
-rw-r--r-- | src/BuildConfig.groovy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/BuildConfig.groovy b/src/BuildConfig.groovy index e42ec71..67a97a5 100644 --- a/src/BuildConfig.groovy +++ b/src/BuildConfig.groovy @@ -33,3 +33,10 @@ class BuildConfig implements Serializable { this.nodetype = "" } } + + +class testInfo implements Serializable { + def problems = false + def subject = "" + def message = "" +} |