From bf9d021a2d21a45ca4934d3abc71126ae2e1716b Mon Sep 17 00:00:00 2001 From: kohsuke Date: Tue, 13 Jan 2009 00:04:30 +0000 Subject: [PATCH] On Unix, Hudson will contain symlinks from build numbers to their corresponding build directories. (Also see the previous commit that includes the change where we actually create a symlink.) git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14406 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/model/Run.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/main/java/hudson/model/Run.java b/core/src/main/java/hudson/model/Run.java index eba0755f5d..58174084b4 100644 --- a/core/src/main/java/hudson/model/Run.java +++ b/core/src/main/java/hudson/model/Run.java @@ -746,6 +746,10 @@ public abstract class Run ,RunT extends Run