From 726b66df18a48500afbc780cbbad413d4b873935 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 25 Sep 2013 11:34:49 -0400 Subject: [PATCH] [FIXED JENKINS-19753] Add view link to job artifacts list Add a "view" link to a job's Last Successful Artifacts list, just like an individual build's Build Artifacts list has. --- core/src/main/resources/lib/hudson/artifactList.jelly | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/resources/lib/hudson/artifactList.jelly b/core/src/main/resources/lib/hudson/artifactList.jelly index c38dd581a2..b8258c3558 100644 --- a/core/src/main/resources/lib/hudson/artifactList.jelly +++ b/core/src/main/resources/lib/hudson/artifactList.jelly @@ -63,6 +63,8 @@ THE SOFTWARE. [fingerprint] + + ${%view} -- GitLab