Praqma / pretested-integration-plugin

A generic pretest commit plugin for Jenkins CI
MIT License
7 stars 14 forks source link

Failing branch keeps triggering the build #121

Closed MichaelDepner closed 6 years ago

MichaelDepner commented 6 years ago

This one needs either more reports, or someone to investigate.

We had a case with the praqma.com pipeline where it was triggered on every SCM poll, every 2 minutes. Always the same branch with a merge conflict, always failing. https://jenkins.praqma.cloud/job/Web_www.praqma.com-integrate/850/console

How to investigate this issue: In a controlled test environment, with SCM polling enabled, make a ready branch with something that fails to auto-merge to the integration branch. Confirm that SCM is only triggered once, and not continuously.

Possibly related to #120

buep commented 6 years ago

The pretested integration plugin isn't responsible for triggering the job at all, it is the git scm part. We just get control afterwards.