Add jdk 8 tool to stage

This commit is contained in:
zontreck 2024-09-06 03:03:55 -07:00
parent cb00052f19
commit f58dfd7a29

8
Jenkinsfile vendored
View file

@ -9,16 +9,16 @@ pipeline {
) )
} }
tools {
jdk 'jdk8'
}
stages { stages {
stage("Build on Linux") { stage("Build on Linux") {
agent { agent {
label 'linux' label 'linux'
} }
tools {
jdk 'jdk 8'
}
steps { steps {
script { script {
sh ''' sh '''