Remove node designation from JDK 10 build

See gh-1196
This commit is contained in:
Vedran Pavic
2018-09-17 17:59:40 +02:00
parent 3e1a22102d
commit eecdcb49d9

2
Jenkinsfile vendored
View File

@@ -31,7 +31,7 @@ try {
jdk10: {
stage('JDK 10') {
timeout(time: 30, unit: 'MINUTES') {
node('ubuntu1804') {
node {
checkout scm
try {
withEnv(["JAVA_HOME=${tool 'jdk10'}"]) {