From 711b3325adf629585d60aa5a2bcac1d49b8324ae Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 22 Dec 2014 17:19:04 -0800 Subject: [PATCH] [JENKINS-24380] - Recorded the fix in changelog. - Added a separate screen to show the unmigration instruction, which makes it easier for people to find it than search logs. --- changelog.html | 55 +++++++------- .../java/jenkins/model/RunIdMigrator.java | 71 ++++++++++++++----- .../UnmigrationInstruction/index.jelly | 47 ++++++++++++ 3 files changed, 131 insertions(+), 42 deletions(-) create mode 100644 core/src/main/resources/jenkins/model/RunIdMigrator/UnmigrationInstruction/index.jelly diff --git a/changelog.html b/changelog.html index 62718805e90c..824da3ec7559 100644 --- a/changelog.html +++ b/changelog.html @@ -55,6 +55,11 @@