aboutsummaryrefslogtreecommitdiff
path: root/vars
Commit message (Collapse)AuthorAgeFilesLines
...
* Consolidate buildInfo into a single blob (#10)1.2.0Joseph Hunkeler2018-07-181-50/+64
| | | | | | * Consolidate buildInfo into a single blob * Move DataConfig interactions inside of the test_cmds finally clause
* Implement DataConfigJoseph Hunkeler2018-06-131-3/+52
|
* Allow for transition to new BuildConfig property name:Matt Rendina2018-06-121-6/+15
| | | | | | | 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.
* Condavenience (#4)1.1.0Matt Rendina2018-06-111-23/+60
| | | | | | | * 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 = []`
* Add ability to disable skipping job (RT requirement)Joseph Hunkeler2018-05-071-10/+12
|
* Initial commitMatt Rendina2018-05-071-0/+145