Add jdk 8 tool to stage

This commit is contained in:
zontreck 2024-09-06 03:13:09 -07:00
parent 56a0aade5e
commit 7ca8d0f771

10
Jenkinsfile vendored
View file

@ -1,9 +1,5 @@
pipeline {
agent any {
tools {
jdk 'jdk8'
}
}
agent any
options {
buildDiscarder(
@ -19,7 +15,9 @@ pipeline {
label 'linux'
}
tools {
jdk "jdk8"
}
steps {
script {
sh '''