aboutsummaryrefslogtreecommitdiff
path: root/jenkins/dispatch.groovy
Commit message (Collapse)AuthorAgeFilesLines
* Change download tool preference order and adjust wget flagsHEADmasterMatt Rendina2020-12-111-2/+2
|
* Have curl follow redirects (#75)1.0.34Matt Rendina2020-12-011-1/+1
| | | Conda started serving the macos installer using a redirect. This allows retrieval.
* Cleanup1.0.33Matt Rendina2019-01-081-3/+0
|
* Purge indexing lockfile shortly after job starts.Matt Rendina2019-01-081-5/+12
|
* Accommodate new conda index tool.1.0.32Matt Rendina2018-12-131-1/+11
|
* Better test for version pins file. Rename example pins file to prevent ↵Matt Rendina2018-11-081-11/+7
| | | | unintentional use.
* Add ability to filter non-python packages from a platform's build.Matt Rendina2018-05-031-7/+8
| | | | | | * Generate dispatch jobs with appropriate filtering paramter flag. * Select a master platform for each OS at trigger time, selectively passing the filter flag as appropriate.
* Add git ref parameter and checkout logic.Matt Rendina2018-05-021-0/+4
|
* Add initial multi-suite updater.Matt Rendina2018-04-181-12/+7
| | | | Simplify operation and downstream parameter passing methodology.
* Increase indexing timeout period.Matt Rendina2018-03-281-2/+6
|
* Fix publication lockfile name1.0.20Matt Rendina2018-02-221-1/+1
|
* * Only publish packages that have successful build AND test stages. ↵Matt Rendina2018-02-211-34/+47
| | | | | | | | Previously, if a package file was created, it was published even if the tests did not all pass. * Refactor build status propagation * Allow for a trigger-level summary of all downstream job results. * Simplify machinery by using result paylods provided directly by build calls.
* Write manifest data to file for rambo to useMatt Rendina2018-01-141-0/+5
|
* Obtain manifests via a simple clone (#54)Matt Rendina2018-01-121-4/+0
| | | | | * Place clone in top-level job script * Remove submodule clone
* Manifest data propagation correction (#52)Matt Rendina2018-01-121-4/+6
| | | | * Adjust propagation of manifest data * Test propagation of manifest data
* Manifest location (#51)Matt Rendina2018-01-111-13/+17
| | | | | | * Remove manifests dir * Add manifests repo as submodule * Test submodule approach
* Allow for JWST specfile generationMatt Rendina2018-01-051-1/+45
|
* Fix typo1.0.13Matt Rendina2017-12-211-1/+1
|
* Restrict bugfix patching to conda-build 3.0.x series.Matt Rendina2017-12-211-1/+2
|
* Select conda installer version separately from target conda versionMatt Rendina2017-12-211-5/+7
|
* Allow supplemental environment variables to be applied to jobs.Matt Rendina2017-12-211-2/+14
| | | | Allow recipe repository branch specification in manifest.
* Clean workspace before creating subdirectoryMatt Rendina2017-10-251-4/+4
|
* Provide isolated home dir override for each job suite.Matt Rendina2017-10-251-0/+4
|
* Add cleanup stage to purge workspace directory upon completion.Matt Rendina2017-10-091-0/+7
|
* Add missing comma so propagate directive gets honored.Matt Rendina2017-09-251-2/+1
|
* Pin versions based on presence of listMatt Rendina2017-09-251-19/+18
| | | | * Standardize all params to string values
* * Use pin environment only if pin packages are specified.Matt Rendina2017-09-221-8/+26
| | | | * Convert cull_manifest to proper boolean parameter.
* Test conda_build 3.x substring bugfix patchMatt Rendina2017-09-181-0/+9
|
* Allow pinning specific build-support packages to requested versions under ↵Matt Rendina2017-09-131-0/+23
| | | | conda-build 3.x.
* CleanupMatt Rendina2017-09-061-2/+0
|
* Add numpy version argument to rambo callMatt Rendina2017-09-061-0/+1
|
* Add numpy parameter to job suite generation 'matrix'Matt Rendina2017-09-051-2/+4
|
* Propagate tag value to downstream scripts.Matt Rendina2017-08-291-0/+1
|
* Propagate branch and tag informationMatt Rendina2017-08-291-0/+6
|
* Ignore existing files when rsyncing packagesMatt Rendina2017-08-181-1/+2
|
* Pull publication root from manifest instead of paramsMatt Rendina2017-08-161-3/+2
|
* Remove sleep delay scale factorMatt Rendina2017-08-101-1/+1
|
* Generalize miniconda installer selectionMatt Rendina2017-08-101-5/+7
|
* Better publication status outputMatt Rendina2017-08-101-1/+2
|
* cleanupMatt Rendina2017-08-101-1/+3
|
* Redirect stderr to stdout so it can be captured when running py2 version of ↵Matt Rendina2017-08-101-1/+1
| | | | conda-build
* Trim stdout of conda-build version callMatt Rendina2017-08-101-1/+1
|
* Check on version string captureMatt Rendina2017-08-101-0/+1
|
* Change type of return code comparison valueMatt Rendina2017-08-091-1/+1
|
* Status diagnostic and reduced test manifestMatt Rendina2017-08-091-0/+1
|
* Capture return codeMatt Rendina2017-08-091-2/+3
|
* Path fix and diagnostic outputMatt Rendina2017-08-091-1/+2
|
* Remove conditional publication to allow for partial builds to produce ↵Matt Rendina2017-08-091-29/+32
| | | | something valuable
* Selective publish stage based on overall build statusMatt Rendina2017-08-031-24/+27
|
* Turn on status capture again.Matt Rendina2017-08-031-8/+4
|