Skip to content

Commit

Permalink
[JENKINS-50540] runPCT already includes the log option
Browse files Browse the repository at this point in the history
Plus there is no need to delete anything after runPCT
  • Loading branch information
raul-arabaolaza committed Apr 26, 2018
1 parent 4e838da commit 2703098
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Expand Up @@ -49,9 +49,7 @@ branches["PCT"] = {

stage("Run PCT") {
dir("pct") {
runPCT metadataFile: metadataPath,
javaOptions: ["-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"]
deleteDir()
runPCT metadataFile: metadataPath
}
}
}
Expand Down

0 comments on commit 2703098

Please sign in to comment.