-
New Feature
-
Resolution: Fixed
-
Minor
-
None
-
multibranch-action-triggers-plugin v1.5
-
-
1.8
It would be nice to have additional option in the multichannel pipline configuration to specify custom parameters to pass to the tirgger job.
The problem we are facing right now is next. We have a lot of multibranch projects for different apps:
app1 master branch feature1 app2 master app3 ....
But for most of those apps the OnDelete trigger job performs the same steps. The only difference is that we need to cleanup resources according to the app name. We want to have only one OnDelete job for all those multibranch projects but provide parameters together with SOURCE_PROJECT_NAME param to indicate for what app we've triggered job.
Also it might be useful to pass other custom parameters from the upstream job.
Hi,
I understand the situation you are having. It make sense when you have lots of jobs/branches. For a quick solution I can add another parameter with the Full name of the branch job ( Ex: app1/master) which calls the onDelete Trigger Job. Is this okay ?
For adding custom parameters from the upstream job, I need to understand requirements well, can you give more detailed example ?
Thanks for the suggestions!