jenkins: fix typo (there is no builder project)
This commit is contained in:
parent
cc6a6f8520
commit
86f1b69240
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pipeline {
|
|||
withMaven(maven: 'maven', jdk: 'JDK 1.8') {
|
||||
sh "${mvn} clean compile checkstyle:checkstyle pmd:pmd test"
|
||||
// Code Coverage to Codacy
|
||||
sh "${mvn} -pl builder jacoco:report com.gavinmogan:codacy-maven-plugin:coverage " +
|
||||
sh "${mvn} jacoco:report com.gavinmogan:codacy-maven-plugin:coverage " +
|
||||
"-DcoverageReportFile=target/site/jacoco/jacoco.xml " +
|
||||
"-DprojectToken=`$JENKINS_HOME/codacy/token` " +
|
||||
"-DapiToken=`$JENKINS_HOME/codacy/apitoken` " +
|
||||
|
|
Loading…
Reference in a new issue