提交 51f1c0b7 编写于 作者: O Olivier Lamy

Merge pull request #410 from fredg02/Hyperlinks

Added another hyperlink to the console output of a blocked matrix build configuration.
thanks
package hudson.model.queue; package hudson.model.queue;
import hudson.console.HyperlinkNote;
import hudson.model.Queue.Task; import hudson.model.Queue.Task;
import hudson.model.Node; import hudson.model.Node;
import hudson.model.Messages; import hudson.model.Messages;
...@@ -102,7 +103,7 @@ public abstract class CauseOfBlockage { ...@@ -102,7 +103,7 @@ public abstract class CauseOfBlockage {
} }
public String getShortDescription() { public String getShortDescription() {
return Messages.Queue_WaitingForNextAvailableExecutorOn(node.getNodeName()); return Messages.Queue_WaitingForNextAvailableExecutorOn(HyperlinkNote.encodeTo("/computer/"+ node.getNodeName(), node.getNodeName()));
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册