aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Purge workspace before unstashingpurge-before-unstashJoseph Hunkeler2018-08-211-0/+4
|
* 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-182-50/+67
| | | | | | * Consolidate buildInfo into a single blob * Move DataConfig interactions inside of the test_cmds finally clause
* Add documentation (#7)Matt Rendina2018-06-141-0/+127
| | | * Adding documentation
* Merge pull request #6 from jhunkeler/dataconfig2Joseph Hunkeler2018-06-133-3/+75
|\ | | | | Implement DataConfig
| * Implement DataConfigJoseph Hunkeler2018-06-133-3/+75
|/
* Merge pull request #5 from spacetelescope/build_mode_to_name_21.1.1Matt Rendina2018-06-121-6/+15
|\ | | | | Allow for transition to new BuildConfig property name:
| * 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