-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: integrity-plugin
-
None
-
Environment:any
The line
IntegritySCM.java
File prevProjectDB = new File(build.getRootDir(), DerbyUtils.DERBY_DB_FOLDER);
always checks the same build since "build" is not the iterator for the "for"-loop.
Please see attached patch for simple fix.