Skip to content

Commit

Permalink
[JENKINS-19558] Checking post
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarnet committed Sep 27, 2013
1 parent 6636228 commit 1e731eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ public boolean perform( AbstractBuild<?, ?> build, Launcher launcher, BuildListe
boolean result = true;
out = listener.getLogger();

out.println( "BEGINNING NOTIFIER" );
out.println( "BEGINNING NOTIFIER: " + build.getProject().getPublishersList() );

status = new Status();

Expand Down

0 comments on commit 1e731eb

Please sign in to comment.