Skip to content

Commit

Permalink
[JENKINS-25550] Make it clearer it's a clickable link
Browse files Browse the repository at this point in the history
Might seem obvious but I've already had many people *not* clicking on
the link thinking this was only something informational.

Originally-Committed-As: fb2df1447467a940d0b60eaeca6ba102f594d7d6
  • Loading branch information
batmat committed Nov 19, 2015
1 parent 09e3963 commit 6be3f4d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -228,7 +228,7 @@ private AsynchronousExecution sleep() {
LOGGER.log(Level.WARNING, null, x);
}
getExecutor().recordCauseOfInterruption(WorkflowRun.this, listener);
printLater("term", "Forcibly terminate running steps");
printLater("term", "Click here to forcibly terminate running steps");
}
@Override public boolean blocksRestart() {
return execution.blocksRestart();
Expand Down Expand Up @@ -297,7 +297,7 @@ public void doTerm() {
}
@Override public void onFailure(Throwable t) {}
});
printLater("kill", "Forcibly kill entire build");
printLater("kill", "Click here to forcibly kill entire build");
}

/** Immediately kills the build. */
Expand Down

0 comments on commit 6be3f4d

Please sign in to comment.