|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I'm trying on another server, and oddly it seemed to work. I may have to restore the original server to 2.3.5 to get the failing case
I'm using two different branches but the setups are the same.
But look here. there are two different messages in the polling logs from these two servers. On the 'Latest remote head revision.." line..
one says "already built by 2" (build #2)
so something weird made this first case "work". ..but the 2nd case failed when git plugin was at 2.3.5
apparently jenkins is now at 1.604. I've since upgraded both to 1.604 to get jenkins version questions eliminated.
this is one machine that I thought would fail (always detect changes), but apparently didn't.
jenkins was at 1.602
git plugin 2.3.5
git client 1.16.1
Git Polling Log
Started on Mar 16, 2015 5:27:00 AM
Using strategy: Default
[poll] Last Built Revision: Revision 61afd429821a5850a04c9a4870062189a359ca69 (origin/kevin_jenkins)
> git --version # timeout=10
> git -c core.askpass=true ls-remote -h https://github.com/h2oai/h2o-dev.git # timeout=10
[poll] Latest remote head revision on origin/kevin_jenkins is: 61afd429821a5850a04c9a4870062189a359ca69 - already built by 2
Done. Took 0.79 sec
No changes
When I did a commit/push, it correctly detected the change with the poll..
Polling Log
View as plain text
This page captures the polling log that triggered this build.
Started on Mar 16, 2015 5:31:00 AM
Using strategy: Default
[poll] Last Built Revision: Revision 61afd429821a5850a04c9a4870062189a359ca69 (origin/kevin_jenkins)
> git --version # timeout=10
> git -c core.askpass=true ls-remote -h https://github.com/h2oai/h2o-dev.git # timeout=10
[poll] Latest remote head revision on origin/kevin_jenkins is: e1f6277d4489a067b1ccf2b4ab6be57d148e5879
Done. Took 0.74 sec
Changes found
the other machine says no changes also, but it doesn't have that "already built by" message
I am trying with a different branch here, but same repo.
this is the machine that failed with 2.3.5 (too many builds) and now correctly detects "no changes" with 2.3.4
jenkins was at 1.602
git plugin 2.3.4 (downgraded manually form 2.3.5)
git client plugin 1.16.1
Git Polling Log
Started on Mar 16, 2015 5:17:00 AM
Using strategy: Default
[poll] Last Built Revision: Revision f79163c96d12a2277de247c0d8c530db0a9b606c (origin/tomk_jenkins)
> git ls-remote -h https://github.com/h2oai/h2o-dev.git tomk_jenkins # timeout=10
[poll] Latest remote head revision is: f79163c96d12a2277de247c0d8c530db0a9b606c
Done. Took 2.1 sec
No changes