Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-26900] AsynchronousExecution.displayCell
Browse files Browse the repository at this point in the history
Originally-Committed-As: 2a1899d571c953a87b5b8ced945ef676f9728d69
  • Loading branch information
jglick committed Mar 24, 2015
1 parent 40d1c43 commit dc155c4
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -217,6 +217,9 @@ private AsynchronousExecution sleep() {
// (and make it stop scheduling things when Jenkins.isQuietingDown())
return false;
}
@Override public boolean displayCell() {
return blocksRestart();
}
};
final AtomicReference<ScheduledFuture<?>> copyLogsTask = new AtomicReference<ScheduledFuture<?>>();
copyLogsTask.set(Timer.get().scheduleAtFixedRate(new Runnable() {
Expand Down

0 comments on commit dc155c4

Please sign in to comment.