diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index a97d8bd..53c9049 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -46,7 +46,6 @@ pipeline { } } stage('Build Java Next') { - when { expression { true == false } } steps { withMaven(maven: 'maven', jdk: 'JDK Next') { sh "${mvn} clean install"