From 4102c9f0f06f6f6c34011f77ad010bb86cc58a56 Mon Sep 17 00:00:00 2001 From: mindless Date: Sun, 7 Feb 2010 17:57:37 +0000 Subject: [PATCH] [FIXED HUDSON-5456] remove build number permalink on build page.. it belongs on the API page and is already listed there. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27118 71c3de6d-444a-0410-be80-ed276b4c234a --- .../main/resources/hudson/model/AbstractBuild/index.jelly | 8 +------- core/src/main/resources/hudson/model/Run/_api.jelly | 8 ++++---- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/core/src/main/resources/hudson/model/AbstractBuild/index.jelly b/core/src/main/resources/hudson/model/AbstractBuild/index.jelly index 2d0df3eb9c..fe23d62c2b 100644 --- a/core/src/main/resources/hudson/model/AbstractBuild/index.jelly +++ b/core/src/main/resources/hudson/model/AbstractBuild/index.jelly @@ -144,12 +144,6 @@ THE SOFTWARE. - - -

${%Permalinks}

- - \ No newline at end of file + diff --git a/core/src/main/resources/hudson/model/Run/_api.jelly b/core/src/main/resources/hudson/model/Run/_api.jelly index 31e0035cbc..dcfffb68a3 100644 --- a/core/src/main/resources/hudson/model/Run/_api.jelly +++ b/core/src/main/resources/hudson/model/Run/_api.jelly @@ -25,11 +25,11 @@ THE SOFTWARE.

Other Useful URLs

-
build number
+
Build number
- This URL returns the build number in the text/plain format. + This URL returns the build number in text/plain format.
-
build timestamp
+
Build timestamp
This URL returns the build timestamp. You can also use the format query parameter to control the date format, which follows @@ -39,4 +39,4 @@ THE SOFTWARE. in which the date is formatted.
-
\ No newline at end of file + -- GitLab