Skip to content

Commit

Permalink
fixing JENKINS-42761 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darío Villadiego authored and davidvanlaatum committed Mar 15, 2017
1 parent 50879b0 commit 3208a51
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ public void send(final String format, final Object... args) {
if (run instanceof AbstractBuild) {
Set<User> users = ((AbstractBuild<?,?>)run).getCulprits();
RecipientProviderUtilities.addUsers(users, context.getListener(), env, to, cc, bcc, debug);
} else if (runResult != null) {
} else {
List<Run<?, ?>> builds = new ArrayList<>();
Run<?, ?> build = run;
builds.add(build);
Expand Down

0 comments on commit 3208a51

Please sign in to comment.