test new Jenkinsfile

This commit is contained in:
anhefti 2024-03-04 16:08:32 +01:00
parent 284109c77c
commit dfe593836d

5
Jenkinsfile vendored
View file

@ -14,10 +14,7 @@ pipeline {
stages {
stage('Maven build') {
steps {
git url: 'https://github.com/SafeExamBrowser/seb-server'
withMaven {
//withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) {
withMaven(maven: 'Maven') {
sh "mvn clean install"
}
}