test new Jenkinsfile

This commit is contained in:
anhefti 2024-03-04 15:42:48 +01:00
parent 21f1708ac0
commit 4b264abee6

2
Jenkinsfile vendored
View file

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