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 1e731eb commit 81c5d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/praqma/hudson/scm/CCUCMScm.java
Expand Up @@ -186,7 +186,9 @@ public boolean checkout( AbstractBuild<?, ?> build, Launcher launcher, FilePath
/* Determining the user has parameterized a Baseline */
String baselineInput = getBaselineValue( build );

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

/* The special Baseline parameter case */
if( build.getBuildVariables().get( baselineInput ) != null ) {
Expand Down

0 comments on commit 81c5d51

Please sign in to comment.