fix pipeline #22

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

2
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
pipeline {
agent any
stages {
stage('Application Test') {
withChecks(name: 'Test', includeStage: true) {
sh './gradlew clean test'
@ -8,5 +9,6 @@ pipeline {
}
}
}
}