Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-24380] Linking to Wiki from log message too.
  • Loading branch information
jglick committed Dec 29, 2014
1 parent 447fe9c commit bacca38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/model/RunIdMigrator.java
Expand Up @@ -163,7 +163,7 @@ public synchronized boolean migrate(File dir, @CheckForNull File jenkinsHome) {
doMigrate(dir);
save(dir);
if (jenkinsHome != null && offeredToUnmigrate.add(jenkinsHome))
LOGGER.log(WARNING, "Build record migration is one-way. If you need to downgrade Jenkins, run: {0}", getUnmigrationCommandLine(jenkinsHome));
LOGGER.log(WARNING, "Build record migration (https://wiki.jenkins-ci.org/display/JENKINS/JENKINS-24380+Migration) is one-way. If you need to downgrade Jenkins, run: {0}", getUnmigrationCommandLine(jenkinsHome));
return true;
}

Expand Down

0 comments on commit bacca38

Please sign in to comment.