mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-25 11:46:38 +01:00
Whoops...
This commit is contained in:
parent
bafe102151
commit
57445c2746
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 {
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user