From 1639cfb40d92dc8eafea77ae03edff32d150d1a6 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Thu, 17 Jan 2013 12:08:05 -0500 Subject: [PATCH] Linking to /threadDump. --- changelog.html | 2 ++ core/src/main/resources/jenkins/model/Jenkins/systemInfo.jelly | 2 ++ .../main/resources/jenkins/model/Jenkins/systemInfo.properties | 1 + 3 files changed, 5 insertions(+) create mode 100644 core/src/main/resources/jenkins/model/Jenkins/systemInfo.properties diff --git a/changelog.html b/changelog.html index 2acadb15b7..813fe871a1 100644 --- a/changelog.html +++ b/changelog.html @@ -63,6 +63,8 @@ Upcoming changes (issue 16342)
  • Improved logging and error output from SSHD in Jenkins. +
  • + Linking to the /threadDump page from /systemInfo so it is discoverable.
  • Links should preserve used protocol (issue 16368) diff --git a/core/src/main/resources/jenkins/model/Jenkins/systemInfo.jelly b/core/src/main/resources/jenkins/model/Jenkins/systemInfo.jelly index c18e877035..89c0d958c1 100644 --- a/core/src/main/resources/jenkins/model/Jenkins/systemInfo.jelly +++ b/core/src/main/resources/jenkins/model/Jenkins/systemInfo.jelly @@ -61,6 +61,8 @@ THE SOFTWARE. +

    ${%Thread Dumps}

    +

    ${%threadDump_blurb('threadDump')}

    diff --git a/core/src/main/resources/jenkins/model/Jenkins/systemInfo.properties b/core/src/main/resources/jenkins/model/Jenkins/systemInfo.properties new file mode 100644 index 0000000000..b1438e6fbb --- /dev/null +++ b/core/src/main/resources/jenkins/model/Jenkins/systemInfo.properties @@ -0,0 +1 @@ +threadDump_blurb=Visit this page for master and slave thread dumps. -- GitLab