Rerun Jenkins Pipeline with parameters from the last build
I have a CI pipeline which is triggered whenever a user creates a merge request. In addition, I can run it on a specific branch that I give as a parameter. I then checkout the branch and run the unit tests/E2E tests on it.