reformat jenkinsfile
This commit is contained in:
parent
d5e7de8f50
commit
339f64ac0d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,5 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
stages {
|
||||||
parallel {
|
parallel {
|
||||||
stages {
|
stages {
|
||||||
stage('Start API') {
|
stage('Start API') {
|
||||||
@ -135,3 +136,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user