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 {
|
||||
stage("Build on Linux") {
|
||||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
|
||||
tools {
|
||||
jdk 'jdk 8'
|
||||
}
|
||||
|
||||
steps {
|
||||
script {
|
||||
sh '''
|
||||
|
|
Loading…
Reference in a new issue