test new Jenkinsfile
This commit is contained in:
parent
05d4dd11f1
commit
704578853c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue