test new Jenkinsfile

This commit is contained in:
anhefti 2024-03-04 16:00:06 +01:00
parent 69f5ae1d8f
commit 284109c77c

4
Jenkinsfile vendored
View file

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