Hi Jeff,

honestly, I don't see the problem... the plugin works as expected as far as 
I can tell from the revision numbers.
Jenkins notices changes in the revision number which obviously is true.
You should take a look at the SVN history log to see what is happening in 
the meantime.

The plugin respects that "last revision number" not equalizes to "last 
changed revision". So a change is only considered when the last changed 
revision changes. And that's how it also is supposed to work.
Are you or someone else amending the svn properties?
That's not always noticed on first glance but it is a valid change too. And 
I actually think that's where your problem is located. The job is started 
due to changes discovered by the scm polling but the file content has no 
changes. So the change has happened somewhere else.

btw. the last changes jenkins works with is located in the folder of the 
jenkins build job that works with polling. The file is called 
scm-polling.log

Take care
Jan



Am Dienstag, 26. Juni 2012 21:15:49 UTC+2 schrieb Jeff Vincent:
>
> I should also mention I'm running Jenkins 1.472 with all updates for all 
> plugins I'm using.
>
> On Tue, Jun 26, 2012 at 1:08 PM, Jeff <predato...@gmail.com> wrote:
>
>> We are polling SVN, so I assume that is the plugin being used.  
>>
>> Here is the head of the job log:
>>
>> Started by an SCM change
>> Building in workspace C:\.jenkins\jobs\AAACommonDomain (trunk)\workspace
>> Cleaning local Directory .
>> Checking out 
>> http://tfsapp06.mycompany.int:8083/AAA/Common/AAACommonDomain
>> A         pom.xml
>> A         src
>> A         src\main
>> A         src\main\java
>> A         src\main\java\com
>> A         src\main\java\com\mycompany
>> A         src\main\java\com\mycompany\AAA
>> A         src\main\java\com\mycompany\AAA\dal
>> A         src\main\java\com\mycompany\AAA\dal\sql
>> A         src\main\java\com\mycompany\AAA\dal\sql\BaseDAO.java
>> A         src\main\java\com\mycompany\AAA\dal\sql\AAACountQuery.java
>> A         src\main\java\com\mycompany\AAA\dal\sql\AAADeleteQuery.java
>> A         src\main\java\com\mycompany\AAA\dal\sql\AAAInsertQuery.java
>> A         src\main\java\com\mycompany\AAA\dal\sql\AAASaveQuery.java
>> A         src\main\java\com\mycompany\AAA\dal\sql\AAASelectQuery.java
>> A         src\main\java\com\mycompany\AAA\dal\sql\AAASQLQuery.java
>> A         src\main\java\com\mycompany\AAA\dal\sql\AAAUpdateQuery.java
>> A         src\main\java\com\mycompany\AAA\domain
>> A         src\main\java\com\mycompany\AAA\dto
>> A         src\main\java\com\mycompany\AAA\dto\SqlDto.java
>> A         src\main\resources
>> A         src\test
>> A         src\test\java
>> A         src\test\java\com
>> A         src\test\java\com\mycompany
>> A         src\test\java\com\mycompany\AAA
>> A         src\test\java\com\mycompany\AAA\domain
>> At revision *160606*
>> no change for 
>> http://tfsapp06.mycompany.int:8083/AAA/Common/AAACommonDomain since the 
>> previous build
>>  Parsing POMs
>>
>>
>> Here is the Polling log:
>>
>> Started on Jun 26, 2012 12:36:00 PM
>> Received SCM poll call on  for AaaCommonDomain (trunk) on Jun 26, 2012 
>> 12:36:01 PM
>> http://tfsapp06.mycompany.int:8083/AAA/Common/AaaCommonDomain is at 
>> revision *156,395*
>>   (changed from *156,279*)
>> Done. Took 0.83 sec
>> Changes found
>>
>>
>>
>> On Tue, Jun 26, 2012 at 12:55 PM, Andrey Myatlyuk <myatl...@gmail.com>wrote:
>>
>>> Jeff,
>>>
>>> Which plugin are you using to poll SCM? Can you post jobs logs?
>>>
>>> Andrey
>>>
>>> On Tue, Jun 26, 2012 at 10:51 AM, Jeff <predato...@gmail.com> wrote:
>>>
>>>> I have a small job that says something has changed every time it polls 
>>>> SCM, yet the revision numbers are always the same.  How do I fix it?
>>>>
>>>> I can't see where Jenkins stores the last revision it is using to 
>>>> determine if something changed.
>>>>
>>>> -- 
>>>> Jeff Vincent
>>>> predato...@gmail.com
>>>> See my LinkedIn profile at:
>>>> http://www.linkedin.com/in/rjeffreyvincent
>>>> I ♥ DropBox <http://db.tt/9O6LfBX> !!  
>>>>
>>>>  
>>>
>>
>>
>> -- 
>> Jeff Vincent
>> predato...@gmail.com
>> See my LinkedIn profile at:
>> http://www.linkedin.com/in/rjeffreyvincent
>> I ♥ DropBox <http://db.tt/9O6LfBX> !!  
>>
>>  
>
>
> -- 
> Jeff Vincent
> predato...@gmail.com
> See my LinkedIn profile at:
> http://www.linkedin.com/in/rjeffreyvincent
> I ♥ DropBox <http://db.tt/9O6LfBX> !!  
>
>

Reply via email to