Jenkins test
This commit is contained in:
parent
015806db5b
commit
4ec0cc7aa6
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -15,7 +15,7 @@ pipeline {
|
||||||
stage('Maven build') {
|
stage('Maven build') {
|
||||||
steps {
|
steps {
|
||||||
withMaven(maven: 'Maven3.9.6', options: [findbugsPublisher(disabled: true)]) {
|
withMaven(maven: 'Maven3.9.6', options: [findbugsPublisher(disabled: true)]) {
|
||||||
sh "mvn clean install"
|
sh "mvn clean install -e -P let_reporting"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue