fix pipeline #22

Closed
bquarkz wants to merge 10 commits from fix/pipeline into master
Showing only changes of commit 2ae4277f27 - Show all commits

4
Jenkinsfile vendored
View File

@ -4,11 +4,11 @@ pipeline {
stages {
stage('Test') {
steps {
withChecks(name: 'Test', includeStage: true) {
// withChecks(name: 'Test', includeStage: true) {
echo 'Testing..'
sh './gradlew clean test'
junit '**/build/test-results/test/TEST-*.xml'
}
// }
}
}
}