Skip to content

Commit

Permalink
[JENKINS-29705] Exposed thread dump over HTTP
Browse files Browse the repository at this point in the history
Originally-Committed-As: 5e8fdbdc91f9539324a7a57e1e97ef70f813351f
  • Loading branch information
kohsuke committed Nov 16, 2015
1 parent 09e3963 commit 36e73dc
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -35,6 +35,7 @@
import hudson.XmlFile;
import hudson.console.AnnotatedLargeText;
import hudson.console.LineTransformationOutputStream;
import hudson.model.Action;
import hudson.model.Computer;
import hudson.model.Executor;
import hudson.model.Item;
Expand Down Expand Up @@ -179,6 +180,7 @@ public WorkflowRun(WorkflowJob job, File dir) throws IOException {
return getRunMixIn().getNextBuild();
}


/**
* Actually executes the workflow.
*/
Expand Down

0 comments on commit 36e73dc

Please sign in to comment.