Add jdk 8 tool to stage
This commit is contained in:
parent
cb00052f19
commit
f58dfd7a29
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -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 '''
|
||||||
|
|
Loading…
Reference in a new issue