aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-113-23/+65
| | | | | | | * 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 = []`
* Merge pull request #1 from jhunkeler/no-skip1.0.1Joseph Hunkeler2018-05-081-10/+12
|\ | | | | Add ability to disable skipping job (RT requirement)
| * Add ability to disable skipping job (RT requirement)Joseph Hunkeler2018-05-071-10/+12
|/
* Add README.1.0.0Matt Rendina2018-05-071-0/+4
|
* Initial commitMatt Rendina2018-05-072-0/+171