AWS EC2/ECS and parallel dockerised stages

2018-04-07 Thread Christian Gagneraud
Hi there, >From within a pipeline i would like to generate parallel jobs, and i want all these jobs to run as ECS tasks using different specialised docker images. Can I use this syntax to achieve that? stages { stage ('Parallel builds') { parallel { stage ('Build#1') {

Re: Multiple reference repository locations

2018-04-07 Thread Mark Waite
On Fri, Apr 6, 2018 at 9:45 AM Steven Foster wrote: > I'm encountering problems with the PR Merge Jenkinsfile checkout since my > build is actually 12 builds in parallel so the pressure is enormous > especially when multiple prs are building at once. I would like to use