I have a small change that I need to push, that affect all of our 60 jobs (Jenkinsfiles). I want to test first each job (at integration) with that change. In order to do that efficiently I was thinking to build a new job that triggers all those 60 jobs, when each job parameters taken from it's last production run which finished successfully. I've start building it - at the moment the obstacle is of pulling the parameters from the latest successful runs. If one's have a better idea for testing this, I'd like to it hear as well.
More data that can help you help me: -We are using multibranch pipeline for integration -We are using groovy
Thanks!