-
Notifications
You must be signed in to change notification settings - Fork 42
Filter out commits by Jenkins git user #28
Comments
I saw #27 which you prompty closed, and I did reopened JENKINS-30861, which basically asked for this feature. Actually, I've seen on your repo that you've already made the username configurable, which is something I wanted to ask for, so the answer is yes, either reopen your previous PR (I cannot) or open a new one. |
Yes I meant to open a PR to my own fork to get travis running the tests cleanly before doing an upstream PR. |
I'm having problems getting the travis tests to run on ruby versions, it seems to hang. |
Recover the ruby tests, and don't worry too much about failures. jruby runs the "unit" tests, but the ruby ones are acceptance tests, and include starting a Jenkins instance. Since a few commits, it tends to constantly timeout on 1.596, but for other Jenkins releases, restarting the job works (sometimes a couple of times). |
I've changed the travis config back to use ruby and jruby. |
the tests are still failing or timing-out in some versions of ruby. The failures don't seem related to any code I've changed. |
Hi, |
Hi, we have an issue where a git push from a Jenkins job is causing an endless loop, as the push triggers a new build.
I have forked and implemented a filter to ignore build_now pushes for a specific configured git user.
Would this be something you'd be interested in a pull request for?
I'd look at having it disabled by default and implementing it across other build causes.
The text was updated successfully, but these errors were encountered: