Dynamic parallel stages in Jenkins
Jenkins Declarative Pipeline v1.2 added support for Parallel Stages, which is a great and easy way to, well, run multiple aspects of a job - in parallel.
In most cases this would suffice and you could author a simple parallel block as described in the Jenkins documentation (See blog post.
But … Continue reading