diff --git a/core/src/main/java/hudson/scm/SubversionSCM.java b/core/src/main/java/hudson/scm/SubversionSCM.java index 8c485a73d356aee7d714b9c647df36360ef4a545..5923156109cbb6d4cba2ac8010c1d595500e4f27 100644 --- a/core/src/main/java/hudson/scm/SubversionSCM.java +++ b/core/src/main/java/hudson/scm/SubversionSCM.java @@ -258,6 +258,7 @@ public class SubversionSCM extends SCM implements Serializable { for (Entry e : revMap.entrySet()) { w.println( e.getKey() +'/'+ e.getValue().revision ); } + build.addAction(new SubversionTagAction(build,revMap.values())); } finally { w.close(); }