test new Jenkinsfile
This commit is contained in:
parent
5667bc8000
commit
21f1708ac0
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -14,7 +14,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Maven build') {
|
stage('Maven build') {
|
||||||
steps {
|
steps {
|
||||||
withMaven(jdk: '17', traceability: true, options: [findbugsPublisher(disabled: true)]) {
|
withMaven(jdk: '8', traceability: true, options: [findbugsPublisher(disabled: true)]) {
|
||||||
//withMaven(maven: 'Maven', 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