Skip to content

Commit

Permalink
use jdk11 Jenkins agent
Browse files Browse the repository at this point in the history
  • Loading branch information
cstroe committed Jul 15, 2020
1 parent 580558f commit 2ea817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node (label: 'jdk8') {
node (label: 'jdk11') {
stage("scm") {
cleanWs()
checkout scm
Expand Down

0 comments on commit 2ea817c

Please sign in to comment.