test new Jenkinsfile

This commit is contained in:
anhefti 2024-03-04 15:47:45 +01:00
parent 05d4dd11f1
commit 704578853c

2
Jenkinsfile vendored
View file

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