test new Jenkinsfile

This commit is contained in:
anhefti 2024-03-04 15:57:19 +01:00
parent 7d466f8151
commit 69f5ae1d8f

4
Jenkinsfile vendored
View file

@ -14,10 +14,10 @@ pipeline {
stages {
stage('Maven build') {
steps {
//withMaven(jdk: '17', traceability: true) {
withMaven() {
//withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) {
sh "mvn clean install"
//}
}
}
}