Update JDK
EnergonRelics/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-08-04 13:25:49 -04:00
parent 14caa0f69a
commit 808b61b9e9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'openjdk:8-jdk'
image 'openjdk:11-jdk'
}
}
stages {