Skip to content

Commit

Permalink
Merge pull request #356 from aswild/jenkins-49813
Browse files Browse the repository at this point in the history
[JENKINS-49813] RunningJobs: Remove extra shouldCancelPatchsetNumber check
  • Loading branch information
rsandell committed Mar 28, 2018
2 parents 1428ff8 + 388ee68 commit a3bf98d
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -2277,11 +2277,6 @@ public void scheduled(ChangeBasedEvent event) {
continue;
}


if (!shouldCancelPatchsetNumber) {
continue;
}

outdatedEvents.add(runningChangeBasedEvent);
it.remove();
}
Expand Down

0 comments on commit a3bf98d

Please sign in to comment.