Jenkinsfile Pipeline DSL: How to Show Multi-Columns in Jobs dashboard GUI - For all Dynamically created stages - When within PIPELINE section
问题 Jenkins 2.89.4 rolling I saw almost all stackoverflow posts which show how we can successfully run parallel steps/stages (using list/maps etc) --OR hardcoding them directly --OR even create dynamic stages for Jenkinsfile (as seen in this post: Scripted jenkinsfile parallel stage) My requirements are: A pipeline which builds N. no of projects under "BUILD" steps i.e. parallel builds on each of those projects . i.e. it runs Gradle on all N projects. Here I have a Jenkinsfile which was created