test new Jenkinsfile
This commit is contained in:
parent
6f97900447
commit
807e4daf8f
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -14,7 +14,8 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Maven build') {
|
stage('Maven build') {
|
||||||
steps {
|
steps {
|
||||||
withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) {
|
withMaven(globalMavenSettingsConfig: '', jdk: '', maven: '', mavenSettingsConfig: '', traceability: true, options: [findbugsPublisher(disabled: true)]) {
|
||||||
|
//withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) {
|
||||||
sh "mvn clean install -e -P let_reporting"
|
sh "mvn clean install -e -P let_reporting"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue