Merge pull request #79 from kemitix/jenkins
jenkins: enable build on java next
This commit is contained in:
commit
6283c9af80
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build Java Next') {
|
stage('Build Java Next') {
|
||||||
when { expression { true == false } }
|
|
||||||
steps {
|
steps {
|
||||||
withMaven(maven: 'maven', jdk: 'JDK Next') {
|
withMaven(maven: 'maven', jdk: 'JDK Next') {
|
||||||
sh "${mvn} clean install"
|
sh "${mvn} clean install"
|
||||||
|
|
Loading…
Reference in a new issue