aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-08-27 12:33:51 -0400
committerGitHub <noreply@github.com>2018-08-27 12:33:51 -0400
commitda5182bc4e7ecf1ac7b520bace3915013741ab38 (patch)
treef3e4711fd338a75808804a83208a07ef00a3c2b8 /src
parent5a2e5e56db491b55acdaefc1a8b8b5867d90e6e8 (diff)
downloadjscu_refactor-da5182bc4e7ecf1ac7b520bace3915013741ab38.tar.gz
Generalize for use within regression test jobs (#14)1.2.2
* Install conda if it's not present during build. * Purge workspace within node def, and only on first node processed. * install dir uses workspace base * Prevent multiple conda installer downloads in a shared environment. * Update doc
Diffstat (limited to 'src')
-rw-r--r--src/BuildConfig.groovy3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BuildConfig.groovy b/src/BuildConfig.groovy
index 9eeb3f0..a43ede6 100644
--- a/src/BuildConfig.groovy
+++ b/src/BuildConfig.groovy
@@ -4,9 +4,12 @@ package BuildConfig;
class BuildConfig implements Serializable {
def nodetype = ""
def name = ""
+
def conda_packages = []
def conda_override_channels = false
def conda_channels = []
+ def conda_ver = null
+
def env_vars = []
def env_vars_raw = []
def build_cmds = []