Add jdk 8 tool to stage

This commit is contained in:
zontreck 2024-09-06 03:05:14 -07:00
parent f58dfd7a29
commit 9736f1b948

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
}
tools {
jdk 'jdk 8'
jdk 'jdk8'
}
steps {