Skip to content

Commit

Permalink
[FIXED JENKINS-11839] Do not update mantis entry for all downstream jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssogabe committed Apr 16, 2012
1 parent 344fe98 commit 06cfccb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/hudson/plugins/mantis/Updater.java
Expand Up @@ -119,13 +119,6 @@ private List<ChangeSet> findChangeSets(final AbstractBuild<?, ?> build) {

chnageSets.addAll(findChangeSetsFromSCM(build));

for (final DependencyChange depc : build.getDependencyChanges(
build.getPreviousBuild()).values()) {
for (final AbstractBuild<?, ?> b : depc.getBuilds()) {
chnageSets.addAll(findChangeSetsFromSCM(b));
}
}

return chnageSets;
}

Expand Down

0 comments on commit 06cfccb

Please sign in to comment.