Skip to content

Commit

Permalink
[JENKINS-17960 JENKINS-17781] Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jul 26, 2013
1 parent 2127053 commit c52f183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -45,6 +45,7 @@ public boolean perform(AbstractBuild<?, ?> build, Launcher arg1,
true,
true,
true,
true,
true);
project.getPublishersList().add(publisher);
project.save();
Expand Down
Expand Up @@ -52,6 +52,7 @@ public boolean perform(AbstractBuild<?, ?> build, Launcher arg1,
true,
true,
true,
true,
true);
project.getPublishersList().add(publisher);
project.save();
Expand Down

0 comments on commit c52f183

Please sign in to comment.