I see the case changes, so I am now using the new version, but no additional logging information is displayed. Is there a jenkins / tomcat flag I need to enable for more debug info?

Polling log with updated plugin correctly found changes:
======================================
Started on Feb 6, 2014 11:23:08 AM
Using strategy: Default
[poll] Last Built Revision: Revision 1c8eda4fa98b092973c7dfe3b3c1d6c859971922 (origin/MASTER)
using .gitcredentials to set credentials
Done. Took 0.52 sec
Changes found
======================================

The build sees the new version and completes:

======================================
Started by an SCM change
Building remotely on xxxxxxxxxxx in workspace c:\dev\jenkins\workspace\Deploy to xxxxxxxxxxx via Git
Fetching changes from the remote Git repository

Fetching upstream changes from http://lab.xxxxxxxxxxx.com/jason/ioix.git
using .gitcredentials to set credentials
Checking out Revision 0efb8084ff48a660d6bee48e420cadfaf41c42f8 (origin/MASTER)
======================================

Note the new Revision is identified.
But unfortunately, the next polling interval (1min), it still thinks there are changes, and it builds again. Is the current version not getting stored for reference?

======================================
Started on Feb 6, 2014 11:24:08 AM
Using strategy: Default
[poll] Last Built Revision: Revision 0efb8084ff48a660d6bee48e420cadfaf41c42f8 (origin/MASTER)
using .gitcredentials to set credentials
Done. Took 0.52 sec
Changes found
======================================
Started by an SCM change
Building remotely on xxxxxxxxxxx in workspace c:\dev\jenkins\workspace\Deploy to xxxxxxxxxxx via Git
Fetching changes from the remote Git repository
Fetching upstream changes from http://lab.xxxxxxxxxxx.com/jason/ioix.git
using .gitcredentials to set credentials
Checking out Revision 0efb8084ff48a660d6bee48e420cadfaf41c42f8 (origin/MASTER)

======================================

Notice that the polling log's "last built" matches the build log's "checking out revision.."

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/groups/opt_out.

Reply via email to