Team, I have a pipeline job where my Jenkinsfile is on SCM.
I have enabled poll SCM on jenkins, but i'm facing issue that if no change done at git still my job triggering. It is happen in case my prious build is in failed state. When a job detected by polling fails, it will run again the next time polling runs even when there are no new changes since last poll. For example. (1) Build works. (2) No new changes = Next poll no execution. (3) New change made = Next poll execution. (4) Build fails = Next poll execution. (5) Build fails = Next poll execution. (6) Build works = Next poll no execution Please help me with fix for this -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e56959e5-e85f-4b90-8d75-263002e6c8c3%40googlegroups.com.
