Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-19558] Checking post
  • Loading branch information
wolfgarnet committed Sep 27, 2013
1 parent 81c5d51 commit 512666a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/net/praqma/hudson/scm/CCUCMScm.java
Expand Up @@ -187,7 +187,9 @@ public boolean checkout( AbstractBuild<?, ?> build, Launcher launcher, FilePath
String baselineInput = getBaselineValue( build );

out.println( "PUBLISHERS BEFORE: " + build.getProject().getPublishersList() );
ensurePublisher( build );
if( addPostBuild ) {
ensurePublisher( build );
}
out.println( "PUBLISHERS AFTER: " + build.getProject().getPublishersList() );

/* The special Baseline parameter case */
Expand Down

0 comments on commit 512666a

Please sign in to comment.