aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
Commit message (Collapse)AuthorAgeFilesLines
* blahrefactor-structureJoseph Hunkeler2019-10-081-0/+2
|
* blahJoseph Hunkeler2019-10-081-1/+1
|
* blahJoseph Hunkeler2019-10-081-3/+0
|
* blahJoseph Hunkeler2019-10-081-0/+1
|
* blahJoseph Hunkeler2019-10-081-1/+1
|
* Enable testing of this branchJoseph Hunkeler2019-10-081-1/+1
|
* Without regexJoseph Hunkeler2019-10-031-2/+2
|
* HmmJoseph Hunkeler2019-10-021-1/+1
|
* Load correct branchJoseph Hunkeler2019-10-021-1/+1
|
* Fix map declarationJoseph Hunkeler2019-10-021-6/+5
|
* Add unmanaged data testJoseph Hunkeler2019-10-021-1/+19
|
* Add missing day of week in default scheduling list; expand related docs (#59)1.3.22Matt Rendina2019-07-031-1/+1
| | | | | | * Add missing day of week in default list. * Edit day of week docs
* Select appropriate sed binary when on macos (#58)1.3.21Matt Rendina2019-07-021-1/+1
|
* Update doc1.3.20Matt Rendina2019-06-281-1/+1
|
* Allow filtering of BuildConfigs based on day-of-week specification. (#57)Matt Rendina2019-06-281-1/+1
| | | | | | | | | | * Filter out BuildConfigs based on day-of-week specification. * Support human-friendly day names * Perform day-of-week filtering on BuildConfigs only. * Update docs
* Override value of HOME to be the job's workspace root dir. (#56)1.3.19Matt Rendina2019-06-261-4/+9
| | | | | * Set HOME to be workspace root before setting other env vars. * Expand self-testing Jenkinsfile to include HOME override checking.
* Add git+ prefix to URL of target project in `pip` section of environment ↵1.3.18Matt Rendina2019-06-191-1/+1
| | | | | | | | .yml file (#55) * Add missing git+ prefix to pip URL for source project in env dump * Escape $
* Traverse to clone subdir for execution of git log command (#54)1.3.17Matt Rendina2019-06-171-3/+2
| | | | | Document dir blocks. Remove lib override
* Try dotglob mv to get all files (#53)Matt Rendina2019-06-171-1/+1
| | | cleanup
* Move all cloned files into subdir to allow for cleaner handling of (#52)1.3.16Matt Rendina2019-06-141-1/+1
| | | | | project files. Cleanup
* Add in missing `def`s on var assignments to prevent leakage between build ↵1.3.15Matt Rendina2019-05-141-1/+1
| | | | | | | | configs (#51) * add def to dump_name assignment to test behavior * Add 'def' safeguards on other vars in stage
* Minor reliability updates (#50)1.3.14Matt Rendina2019-05-141-1/+2
| | | | | | | | | | | | * Test env dump on CI system * Quote filenames in sed calls to accommodate spaces * Quote dump_name for robustness. * Correct jenkinsfile * Remove library load call
* Quote filenames passed to sed for robustness (#49)Matt Rendina2019-05-101-1/+2
| | | | | | | | | | * Test env dump on CI system * Quote filenames in sed calls to accommodate spaces * Quote dump_name for robustness. * Correct jenkinsfile
* XML Ingestion Fixes (#46)1.3.12Josh Alexander2019-05-011-3/+3
| | | | | | | | | | | | | | * fix junit xml ingestion * updated pytest paths * removed pytest pin * added invalid test report * removed library directive * removed validate function
* Self test capability attempt (#44)Matt Rendina2019-04-151-2/+0
| | | | | | | | | | * Add access_env_var.sh script Remove @Library directive after successfull CI test. * Clean up * Hook script to operate only on Jenkinsfile
* Add tests dir; try out inclusion into jenkinsfileMatt Rendina2019-04-151-0/+62
Cleanup jenkinsfile. Add hook instalation script Rename jenkinsfile.test Update hook to use renamed Jenkinsfile