aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* blahHEADmasterJoseph Hunkeler2019-10-081-4/+4
|
* blahJoseph Hunkeler2019-10-081-1/+1
|
* blahJoseph Hunkeler2019-10-081-1/+1
|
* blahJoseph Hunkeler2019-10-081-2/+2
|
* 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
|
* Refactor groovy to match structureJoseph Hunkeler2019-10-085-1/+9
|
* Refactor package structureJoseph Hunkeler2019-10-083-0/+0
|
* Here we go... CPSunmanaged-blobJoseph Hunkeler2019-10-031-4/+4
|
* Implement DataConfig.directionJoseph Hunkeler2019-10-031-1/+16
|
* 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 "DataConfig.managed" logicJoseph Hunkeler2019-10-021-27/+29
|
* Add "managed" attributeJoseph Hunkeler2019-10-021-0/+1
|
* Dump a pip freeze of each environment if pip is present. (#64)1.3.23Matt Rendina2019-10-011-1/+33
| | | | | Support editable installs to get git metadata without having to specify input requirements file. Remove diagnostic output. Clean up comments.
* Add description of workspace directory structureMatt Rendina2019-09-041-1/+9
|
* Add jobconfig.credentials exampleMatt Rendina2019-07-261-0/+5
|
* Add missing day of week in default scheduling list; expand related docs (#59)1.3.22Matt Rendina2019-07-033-4/+5
| | | | | | * 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-022-2/+3
|
* Update doc1.3.20Matt Rendina2019-06-282-2/+2
|
* Allow filtering of BuildConfigs based on day-of-week specification. (#57)Matt Rendina2019-06-284-4/+27
| | | | | | | | | | * 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-262-4/+13
| | | | | * 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-192-2/+5
| | | | | | | | .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-172-13/+14
| | | | | Document dir blocks. Remove lib override
* Try dotglob mv to get all files (#53)Matt Rendina2019-06-172-12/+14
| | | cleanup
* Move all cloned files into subdir to allow for cleaner handling of (#52)1.3.16Matt Rendina2019-06-142-23/+31
| | | | | project files. Cleanup
* Add in missing `def`s on var assignments to prevent leakage between build ↵1.3.15Matt Rendina2019-05-142-7/+9
| | | | | | | | 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-102-5/+6
| | | | | | | | | | * Test env dump on CI system * Quote filenames in sed calls to accommodate spaces * Quote dump_name for robustness. * Correct jenkinsfile
* Dump YAML version of conda environment (#48)1.3.13Matt Rendina2019-05-071-3/+24
| | | | | | | * Dump a YAML file describing the environment used in the job. * Adjust git rev-parse call to maintain compatibility with very old git.
* XML Ingestion Fixes (#46)1.3.12Josh Alexander2019-05-013-15/+31
| | | | | | | | | | | | | | * 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-154-2/+7
| | | | | | | | | | * 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-1510-29/+103
| | | | | | | | Cleanup jenkinsfile. Add hook instalation script Rename jenkinsfile.test Update hook to use renamed Jenkinsfile
* Document credentials injection capability (#43)1.3.11Matt Rendina2019-03-211-0/+1
| | | | | | * Document credentials injection capability * Update README.md
* Test secret injection (#42)Matt Rendina2019-03-212-1/+12
| | | | | | | Provide default credentials property in JobConfig class Convert credential env var value to java string Remove display of env var values.
* Convert specifiers (#38)Joseph Hunkeler2019-03-202-1/+20
| | | | | | * Add convert_specifiers * Add convert_specifiers to README
* Add conda base env bin dir to path just prior to temp env. (#41)1.3.10Matt Rendina2019-03-151-8/+3
| | | Fix missing escape of env dump filename; cleanup
* Actually override the version when requested. (#40)1.3.9Matt Rendina2019-03-131-1/+9
|
* Escape buildconfig names to accommodate strings with spaces (#39)1.3.8Matt Rendina2019-03-131-3/+3
| | | | | | * Escape filenames in XML copy to preserve spaces. * Escape buildconfig name in grep call
* conda environment list publication capability (#37)1.3.7Matt Rendina2019-03-084-87/+178
| | | | | | * Add support for publishing conda environment specs to artifactory. * Add docs for env publication feature
* Allow override of conda version on CI system as well. (#35)1.3.6Matt Rendina2019-02-261-0/+4
|
* Update default conda version1.3.5Matt Rendina2019-02-261-1/+1
|
* Determine correct conda path before dumping environment (#34)1.3.4Matt Rendina2019-02-132-2/+12
|