I need to trigger all the jobs in a specific view programmatically and connect it to a Spring Boot controller class. The jobs are in my local Jenkins.
I read the links, but it can only trigger one job at a time. I have like 50 jobs in my Jenkins. how do I trigger all at once.
I cannot edit all the jobs from the job config and then execute it, so I need another way, maybe from Jenkins CLI, but I don't know how to do that.