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

Commit

Permalink
Added maven parser to Jenkinsfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 6, 2018
1 parent b85139f commit 83b0f26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Example.jenkinsfile
Expand Up @@ -31,5 +31,7 @@ node {
def findbugs = scanForIssues tool: [$class: 'FindBugs'], pattern: '**/target/findbugsXml.xml'
publishIssues issues:[findbugs], useStableBuildAsReference: true, id:'findbugs'

}
def maven = scanForIssues tool: [$class: 'MavenConsole']
publishIssues issues:[maven]
}
}

0 comments on commit 83b0f26

Please sign in to comment.