You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finding your plugin very useful but I was wondering if it is possible to have multiple projects trigger one generic Jenkins job.
For example, we have lots of Puppet modules (one module per repo) that undergo same set of unit tests. Therefore, it would be ideal to trigger a generic Jenkins job say Test_Puppet_Module and have the project.namespace and project.name as parameters which gets passed into the Git configuration as follows; git@example.com:${project.namespace}/${project.name}.git
I know this is currently possible for multiple branches so was wondering if it can be applicable for projects. Maybe there is a better way to achieve this but thought I'll post this question.
Thank you in advance.
Regards,
Dinesh
The text was updated successfully, but these errors were encountered:
Hi @elvanja / @javiplx ,
I'm finding your plugin very useful but I was wondering if it is possible to have multiple projects trigger one generic Jenkins job.
For example, we have lots of Puppet modules (one module per repo) that undergo same set of unit tests. Therefore, it would be ideal to trigger a generic Jenkins job say
Test_Puppet_Module
and have theproject.namespace
andproject.name
as parameters which gets passed into the Git configuration as follows;git@example.com:${project.namespace}/${project.name}.git
I know this is currently possible for multiple branches so was wondering if it can be applicable for projects. Maybe there is a better way to achieve this but thought I'll post this question.
Thank you in advance.
Regards,
Dinesh
The text was updated successfully, but these errors were encountered: