Is there any way to build all the projects present in a view of jenkins? I'm unable to find any such solution.
Each project is an individual and are not related to one another, but the number of project is growing and the number of clicks for building all the projects are increasing day by day.
CodePudding user response:
With the help of Bulk-builder plugin, multiple jobs can be triggered and even all the jobs in a view can be triggered either manually or through curl command the same can be automated.
https://plugins.jenkins.io/bulk-builder/
CodePudding user response:
You can create and add a new job to your View.
This new job has a post build action to build all the other jobs in your View.
This new job can be triggered as per your need and it will in turn trigger all the other jobs in the View.
