aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
Commit message (Collapse)AuthorAgeFilesLines
* 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