I have a pipeline Jenkins job which is working as expected, configured with the option "GitHub hook trigger for GITScm polling" for auto build on any push to git repo.
I have hooked this Jenkins URL for multiple git repo's say repo-A
, repo-B
, repo-B
.
Jenkins job is triggering automatically on any code pushes to these repo's.
But I would like to know which repo has triggered the Jenkins job as it is configured to multiple git repo's at Jenkins level. Any help on this highly appreciated.