From 5091939636428d9c9fe3abba06cee6a170d761c5 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 23 Jul 2007 17:49:36 +0000 Subject: [PATCH] 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 --- core/src/main/java/hudson/scm/SubversionSCM.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/hudson/scm/SubversionSCM.java b/core/src/main/java/hudson/scm/SubversionSCM.java index 8c485a73d3..5923156109 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(); } -- GitLab