提交 6d15fb33 编写于 作者: F f_cavarretta

[FIXED HUDSON-2825] Polling should be performed using parameters related to last build.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14869 71c3de6d-444a-0410-be80-ed276b4c234a
上级 b710a9cb
......@@ -818,7 +818,7 @@ public class SubversionSCM extends SCM implements Serializable {
List<External> externals = parseExternalsFile(project);
// are the locations checked out in the workspace consistent with the current configuration?
for( ModuleLocation loc : getLocations() ) {
for( ModuleLocation loc : getLocations(lastBuild) ) {
if(!wsRev.containsKey(loc.getURL())) {
listener.getLogger().println("Workspace doesn't contain "+loc.getURL()+". Need a new build");
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册