jenkins with github webhook don't work as expected

212 views Asked by At

I create 3 pipelines on jenkins with github webhook. These pipeline triggers are GitHub hook trigger for GITScm polling and all of these trigger have some repository and branch.

When I push code to the repository, I hope the 3 pipeline should all be trigger once. However, the 3 pipelines are triggered strangely. Two of 3 pipeline may trigger twice, one of the 3 pipeline may be triggered once or zero times. But if there is only one pipeline, it works well. I don't know what should I do. I need your help. Thank you very much!

0

There are 0 answers