Skip to content

Commit

Permalink
Only fetch job queue in getCauseOfBlockage
Browse files Browse the repository at this point in the history
  • Loading branch information
schiasileon committed Aug 19, 2024
1 parent 2f47cfc commit f227fb3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ public void pipelineLatestRunIncludesRunning() throws Exception {
// Replay this - with limited retry
String replayURL = String.format("/organizations/jenkins/pipelines/%s/runs/%s/replay/", p.getName(), idOfSecondRun);
try {
Thread.sleep(200);

request().crumb( getCrumb( j.jenkins ) ).post(replayURL).build(String.class);
} catch (Exception e) {
Thread.sleep(200);
Expand Down

0 comments on commit f227fb3

Please sign in to comment.