3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-06 00:00:47 +01:00

Remove junit reporting for now.

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-07-26 02:23:04 -04:00
Ursprung 8f4da04a0a
Commit 365417717b

1
Jenkinsfile vendored
Datei anzeigen

@ -16,7 +16,6 @@ pipeline {
stage('Test') {
steps {
sh './gradlew test'
junit 'build/test-results/test/*.xml'
}
}
}