Whoops...

This commit is contained in:
Gabriele C 2018-03-18 19:21:27 +01:00
parent bafe102151
commit 57445c2746
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -31,7 +31,7 @@ pipeline {
stage ('compile') { stage ('compile') {
steps { steps {
withCredentials([string(credentialsId: 'authme-coveralls-token', variable: 'COVERALLS_TOKEN')]) { withCredentials([string(credentialsId: 'authme-coveralls-token', variable: 'COVERALLS_TOKEN')]) {
sh 'mvn clean verify jacoco:report coveralls:report -DrepoToken=${COVERALLS_TOKEN}' sh 'mvn clean verify coveralls:report -DrepoToken=${COVERALLS_TOKEN}'
} }
} }
post { post {

View File

@ -172,7 +172,7 @@
<version>2.20.1</version> <version>2.20.1</version>
<configuration> <configuration>
<!-- Force the right file encoding during unit testing --> <!-- Force the right file encoding during unit testing -->
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine> <argLine>${argLine} -Dfile.encoding=${project.build.sourceEncoding}</argLine>
<systemPropertyVariables> <systemPropertyVariables>
<project.skipExtendedHashTests>${project.skipExtendedHashTests}</project.skipExtendedHashTests> <project.skipExtendedHashTests>${project.skipExtendedHashTests}</project.skipExtendedHashTests>
</systemPropertyVariables> </systemPropertyVariables>