Hello everyone,
We recently configured out Gitlab Hook Plugin such that it will create new Jenkins jobs when someone pushes to a new branch. Nice feature! :-)
I'm just wondering if and how we can tune the job autocreation in such a way that the new job will do "everything the original job does except for this". In our case, "this" refers to post build actions such as deploying to Artifactory or running SonarQube as these actions' results will replace the main job's one.
What's the best way to achieve this?
Thanks
Raimund