Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blah | Joseph Hunkeler | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | blah | Joseph Hunkeler | 2019-10-08 | 1 | -2/+2 |
| | |||||
* | blahrefactor-structure | Joseph Hunkeler | 2019-10-08 | 1 | -0/+2 |
| | |||||
* | blah | Joseph Hunkeler | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | blah | Joseph Hunkeler | 2019-10-08 | 1 | -3/+0 |
| | |||||
* | blah | Joseph Hunkeler | 2019-10-08 | 1 | -0/+1 |
| | |||||
* | blah | Joseph Hunkeler | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | Enable testing of this branch | Joseph Hunkeler | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | Without regex | Joseph Hunkeler | 2019-10-03 | 1 | -2/+2 |
| | |||||
* | Hmm | Joseph Hunkeler | 2019-10-02 | 1 | -1/+1 |
| | |||||
* | Load correct branch | Joseph Hunkeler | 2019-10-02 | 1 | -1/+1 |
| | |||||
* | Fix map declaration | Joseph Hunkeler | 2019-10-02 | 1 | -6/+5 |
| | |||||
* | Add unmanaged data test | Joseph Hunkeler | 2019-10-02 | 1 | -1/+19 |
| | |||||
* | Add missing day of week in default scheduling list; expand related docs (#59)1.3.22 | Matt Rendina | 2019-07-03 | 1 | -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.21 | Matt Rendina | 2019-07-02 | 1 | -1/+1 |
| | |||||
* | Update doc1.3.20 | Matt Rendina | 2019-06-28 | 1 | -1/+1 |
| | |||||
* | Allow filtering of BuildConfigs based on day-of-week specification. (#57) | Matt Rendina | 2019-06-28 | 1 | -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.19 | Matt Rendina | 2019-06-26 | 1 | -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.18 | Matt Rendina | 2019-06-19 | 1 | -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.17 | Matt Rendina | 2019-06-17 | 1 | -3/+2 |
| | | | | | Document dir blocks. Remove lib override | ||||
* | Try dotglob mv to get all files (#53) | Matt Rendina | 2019-06-17 | 1 | -1/+1 |
| | | | cleanup | ||||
* | Move all cloned files into subdir to allow for cleaner handling of (#52)1.3.16 | Matt Rendina | 2019-06-14 | 1 | -1/+1 |
| | | | | | project files. Cleanup | ||||
* | Add in missing `def`s on var assignments to prevent leakage between build ↵1.3.15 | Matt Rendina | 2019-05-14 | 1 | -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.14 | Matt Rendina | 2019-05-14 | 1 | -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 Rendina | 2019-05-10 | 1 | -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.12 | Josh Alexander | 2019-05-01 | 1 | -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 Rendina | 2019-04-15 | 1 | -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 jenkinsfile | Matt Rendina | 2019-04-15 | 1 | -0/+62 |
Cleanup jenkinsfile. Add hook instalation script Rename jenkinsfile.test Update hook to use renamed Jenkinsfile |