Skip to content

Commit

Permalink
[JENKINS-30395] Trying to diagnose the root cause of a recurrent Clos…
Browse files Browse the repository at this point in the history
…edByInterruptException in CI.

Originally-Committed-As: ed77fb97a349da51b675f97d06fce8ebe863f107
  • Loading branch information
jglick committed Dec 16, 2015
1 parent ec2575b commit b0026cc
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -55,6 +55,7 @@
import org.jenkinsci.plugins.workflow.job.WorkflowRun;
import org.jenkinsci.plugins.workflow.test.steps.SemaphoreStep;
import static org.junit.Assert.*;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Rule;
import org.junit.Test;
Expand All @@ -65,6 +66,10 @@

public class WorkflowRunTest {

@BeforeClass public static void diagnoseJenkins30395() {
JenkinsRuleExt.diagnoseJenkins30395();
}

@ClassRule public static BuildWatcher buildWatcher = new BuildWatcher();
@Rule public JenkinsRule r = new JenkinsRule();

Expand Down

0 comments on commit b0026cc

Please sign in to comment.