reformat jenkinsfile again x3
This commit is contained in:
parent
5fe4201060
commit
a81cb9ab73
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -10,9 +10,9 @@ pipeline {
|
||||
flutter clean'''
|
||||
}
|
||||
}
|
||||
stage('Build API & UI') {
|
||||
|
||||
stage('') {
|
||||
parallel {
|
||||
stage('') {
|
||||
stages {
|
||||
stage('Start API') {
|
||||
steps {
|
||||
@ -30,6 +30,8 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('') {
|
||||
stages {
|
||||
stage('Build') {
|
||||
parallel {
|
||||
@ -138,4 +140,5 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user