Add jdk 8 tool to stage
This commit is contained in:
parent
9736f1b948
commit
4891a2ba33
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -13,11 +13,11 @@ pipeline {
|
|||
stage("Build on Linux") {
|
||||
agent {
|
||||
label 'linux'
|
||||
tools {
|
||||
jdk 'jdk8'
|
||||
}
|
||||
}
|
||||
|
||||
tools {
|
||||
jdk 'jdk8'
|
||||
}
|
||||
|
||||
steps {
|
||||
script {
|
||||
|
|
Loading…
Reference in a new issue