jenkins: disable java next stage until compatibilty fixed
This commit is contained in:
parent
7eec43ae0c
commit
3b9e9f7e34
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Build Java Next') {
|
||||
when { expression { true == false } }
|
||||
steps {
|
||||
withMaven(maven: 'maven', jdk: 'JDK Next') {
|
||||
sh "${mvn} clean install"
|
||||
|
|
Loading…
Reference in a new issue