Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix JENKINS-17831
  • Loading branch information
gboissinot committed May 17, 2013
1 parent d3d724a commit c5f58b9
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -42,7 +42,9 @@ public class IvyTrigger extends AbstractTriggerByFullContext<IvyTriggerContext>

private boolean enableConcurrentBuild;

private PropertiesFileContentExtractor propertiesFileContentExtractor;
private transient FilePathFactory filePathFactory;

private transient PropertiesFileContentExtractor propertiesFileContentExtractor;

@DataBoundConstructor
public IvyTrigger(String cronTabSpec, String ivyPath, String ivySettingsPath, String propertiesFilePath, String propertiesContent, LabelRestrictionClass labelRestriction, boolean enableConcurrentBuild, boolean debug) throws ANTLRException {
Expand Down Expand Up @@ -353,5 +355,4 @@ public String getDisplayName() {
}
}


}

0 comments on commit c5f58b9

Please sign in to comment.