-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Platform: All, OS: All
I guess the issue I'm reporting is loosly related to issues 688 & 692.
Config :-
---------
1) Using Hudson 1.262 on Solaris 10 machine.
Settings for project
--------------------
1) SVN Polled every 5 mintutes
2) Quiteperiod set to 5 minutes
Sequence of Steps :-
--------------------
1) Check-in Test1.properties at 10:00 AM
Hudson deducts changes on SVN and waits for the quite period (5 mins).
2) Check-in Test2.properties at 10:02 AM
After the first quite period, Hudson deducts another change on SVN and waits
again for quite period (5 mins)
3) After the second quite period, Hudson starts the build for the changes.
4) Hudson also STARTS ANOTHER BUILD even though there are no more changes on
SVN. The console output also shows that NO CHANGES were deducted since the
previous build.
Thanks
Bharath