Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for issue JENKINS-14955 (which also duplicate with issue
JENKINS-15965)
  • Loading branch information
Yoram Michaeli committed Feb 14, 2013
1 parent 458cbab commit c8c4eb7
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -133,8 +133,7 @@ public boolean perform(AbstractBuild<?, ?> build, Launcher launcher,
if (!continuationCondition.isContinue(jobBuild)) {
failed = true;
}
addSubBuild(thisBuild, thisProject,
(AbstractBuild) project.getLastBuild());
addSubBuild(thisBuild, thisProject, jobBuild);
projectList.remove(project);
futuresList.remove(future);
break;
Expand Down

0 comments on commit c8c4eb7

Please sign in to comment.