Skip to content

Commit

Permalink
Merge pull request #21 from mio-g/JENKINS-13078
Browse files Browse the repository at this point in the history
Move check for topMost from getItems. Not sure if it safe
  • Loading branch information
hagzag committed Apr 10, 2013
2 parents d6679f5 + 93684e1 commit b9d9f8f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -88,9 +88,9 @@ public List<TopLevelItem> getItems() {
for (TopLevelItem item : items) {
if (item instanceof MultiJobProject) {
MultiJobProject project = (MultiJobProject) item;
if (project.isTopMost()) {
// if (project.isTopMost()) {
addTopLevelProject(project, out);
}
// }
}
}
return out;
Expand Down

0 comments on commit b9d9f8f

Please sign in to comment.