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 the
> reference repository
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') {
agen