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