Skip to content

Commit

Permalink
Merge branch 'master' into JENKINS-29705
Browse files Browse the repository at this point in the history
Originally-Committed-As: b25572639b743005a1b2b18473912286ba1d59e6
  • Loading branch information
jglick committed Nov 22, 2015
2 parents 36e73dc + 43d73fb commit 4deceea
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -230,7 +230,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 @@ -299,7 +299,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 4deceea

Please sign in to comment.