summary refs log tree commit diff
path: root/jenkins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let pip install multiple packages at onceRichard van der Hoff2016-11-291-3/+3
| | | | | | Pip can install multiple dependencies at the same time, so there is no need to use xargs -n1. It's significantly slower with -n1, so let's not do it with no reason.
* Jenkins: tox install setuptoolsErik Johnston2016-08-181-0/+1
|
* Factor out more common code from the jenkins scripts (#980)Mark Haines2016-08-041-8/+28
| | | | | | | | | | * Factor out more common code from the jenkins scripts * Fix install_and_run path * Poke jenkins * Poke jenkins
* Factor out some of the code shared between the sytest scripts (#974)Mark Haines2016-08-022-0/+43
* Factor out some of the code shared between the different sytest jenkins scripts * Exclude jenkins from the MANIFEST * Fix dendron build * Missing new line * Poke jenkins * Export the PORT_BASE and PORT_COUNT * Poke jenkins