提交 50919396 编写于 作者: K kohsuke

somehow this line was removed. Don't know why (#662)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3799 71c3de6d-444a-0410-be80-ed276b4c234a
上级 51ff5a42
...@@ -258,6 +258,7 @@ public class SubversionSCM extends SCM implements Serializable { ...@@ -258,6 +258,7 @@ public class SubversionSCM extends SCM implements Serializable {
for (Entry<String,SvnInfo> e : revMap.entrySet()) { for (Entry<String,SvnInfo> e : revMap.entrySet()) {
w.println( e.getKey() +'/'+ e.getValue().revision ); w.println( e.getKey() +'/'+ e.getValue().revision );
} }
build.addAction(new SubversionTagAction(build,revMap.values()));
} finally { } finally {
w.close(); w.close();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册