| Hi Aytunc, Adding another parameters with the upstream multibranch job full name and branch (app1/master) sounds like a good idea and will unblock us. Regarding custom parameters. I think here what we need: - plugin should provide UI to define a list of parameters which will be passed to the trigger job as the job parameters. For example, in our case, we need to pass the KUBERNETES_NAMESPACE_NAME to the trigger job to understand what namespace to cleanup once branch is removed. I imagine that we may want to pass something else, like, ENVIRONMENT (preprod, preview, prod). - I don't think we need to try and create those parameters in the trigger job. |