bugfix
This commit is contained in:
parent
dbbac691d7
commit
55117d7c8f
1 changed files with 29 additions and 20 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
|
@ -8,7 +8,15 @@ mavenConfiguration = [
|
|||
mavenSettingsConfig: "639c4560-87b7-4502-bb3d-2c44845cd2b5"
|
||||
]
|
||||
|
||||
node {
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
tools {
|
||||
jdk 'jdk-11'
|
||||
gradle 'gradle-6.x'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
checkout scm
|
||||
}
|
||||
|
|
@ -40,3 +48,4 @@ node {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue