Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-29601] Adapt to upstream changes
  • Loading branch information
amuniz committed Jul 29, 2015
1 parent 21ca1ce commit 299ce1f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -239,7 +239,7 @@ public BuildResult perform(final Run<?, ?> build, final FilePath workspace, fina
logger.log("Collecting findbugs analysis files...");

String defaultPattern = ANT_DEFAULT_PATTERN;
boolean isMavenBuild = build instanceof AbstractBuild && isMavenBuild((AbstractBuild) build);
boolean isMavenBuild = isMavenBuild(build);
if (isMavenBuild) {
defaultPattern = MAVEN_DEFAULT_PATTERN;
}
Expand Down

0 comments on commit 299ce1f

Please sign in to comment.