We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f73d6 commit e5123d0Copy full SHA for e5123d0
Jenkinsfile
@@ -1,7 +1,7 @@
1
pipeline {
2
agent { label 'hi-speed' }
3
tools {
4
- jdk 'Oracle JDK 9'
+ jdk 'Oracle JDK 8 (latest)'
5
}
6
options {
7
ansiColor('xterm')
0 commit comments