check stage

This commit is contained in:
Michael Hoennig 2024-11-05 12:39:39 +01:00
parent e9bbd78617
commit 511450f6f2

6
Jenkinsfile vendored
View File

@ -51,6 +51,12 @@ pipeline {
}
}
}
stage ('Check') {
steps {
sh './gradlew check --no-daemon'
}
}
}
post {