jenkins: disable java next stage until compatibilty fixed

This commit is contained in:
Paul Campbell 2018-03-10 18:47:05 +00:00
parent 7eec43ae0c
commit 3b9e9f7e34

View file

@ -39,6 +39,7 @@ pipeline {
}
}
stage('Build Java Next') {
when { expression { true == false } }
steps {
withMaven(maven: 'maven', jdk: 'JDK Next') {
sh "${mvn} clean install"