aboutsummaryrefslogtreecommitdiff
path: root/vars/utils.groovy
Commit message (Collapse)AuthorAgeFilesLines
* Create a JobConfig object containing default values.1.2.6Matt Rendina2018-11-201-3/+1
|
* Rename summary control varMatt Rendina2018-11-201-1/+1
|
* Obtain github-api library at runtime.Matt Rendina2018-11-201-8/+145
| | | | | | Add JobConfig class Finalize
* Escape package specs to allow all spec characters to be used.1.2.5Matt Rendina2018-11-021-1/+1
|
* Correct incomplete isolation of parallel builds on the RT system.1.2.4Matt Rendina2018-09-201-14/+14
|
* Test for and disallow problematic interpolated strings in env_vars list.1.2.3Matt Rendina2018-09-111-4/+21
| | | | Clean up comments a bit.
* Generalize for use within regression test jobs (#14)1.2.2Matt Rendina2018-08-271-7/+102
| | | | | | | | | | | | * 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
* Remove deprecated build_mode property and handling thereof.Matt Rendina2018-07-251-5/+0
|
* Clean up.1.2.1Matt Rendina2018-07-201-1/+0
|
* Change default argument construction to a map typeMatt Rendina2018-07-201-3/+4
|
* Keyword arg not behaving; expand to cover case of no arg.Matt Rendina2018-07-201-1/+1
|
* Explicitly convert skip_disable to stringMatt Rendina2018-07-201-2/+2
|
* Dump logoutputMatt Rendina2018-07-201-0/+1
|
* Add some debug outputMatt Rendina2018-07-201-0/+1
|
* Update utils.groovyMatt Rendina2018-07-201-1/+1
|
* Explicit string comparison since bools often don't behave like bools. (#11)Matt Rendina2018-07-201-1/+1
|
* 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