jenkins: enable build on java next
This commit is contained in:
parent
a486e01a91
commit
dc73058ef8
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ 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