Add jdk 8 tool to stage

This commit is contained in:
zontreck 2024-09-06 03:08:02 -07:00
parent 9736f1b948
commit 4891a2ba33

6
Jenkinsfile vendored
View file

@ -13,11 +13,11 @@ pipeline {
stage("Build on Linux") {
agent {
label 'linux'
tools {
jdk 'jdk8'
}
}
tools {
jdk 'jdk8'
}
steps {
script {