Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #254 from batmat/clarify-clickability
Browse files Browse the repository at this point in the history
[JENKINS-25550] Make it clearer it's a clickable link
  • Loading branch information
jglick committed Nov 20, 2015
2 parents 4f09332 + fb2df14 commit 13a467c
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 13a467c

Please sign in to comment.