| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
* Consolidate buildInfo into a single blob
* Move DataConfig interactions inside of the test_cmds finally clause
|
| |
|
|
|
|
|
|
|
| |
BuildConfig.build_mode --> BuildConfig.name
NOTE: ALL instances of .build_mode need to be replaced with
the new .name property. Mixing use of both in the same
Jenkinsfile will cause undesired behavior.
|
|
|
|
|
|
|
| |
* Add BuildConfig properties to support automatic conda environment creation for hosting the job when conda_packages list property is populated.
* `.conda_packages = []`
* `.conda_override_channels = false`
* `.conda_channels = []`
|
| |
|
|
|