reformat jenkinsfile again x4
This commit is contained in:
Vendored
+3
-3
@@ -10,9 +10,9 @@ pipeline {
|
||||
flutter clean'''
|
||||
}
|
||||
}
|
||||
stage('') {
|
||||
stage('Build API & UI') {
|
||||
parallel {
|
||||
stage('') {
|
||||
stage('API Build Process') {
|
||||
stages {
|
||||
stage('Start API') {
|
||||
steps {
|
||||
@@ -31,7 +31,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('') {
|
||||
stage('UI Build Process') {
|
||||
stages {
|
||||
stage('Build') {
|
||||
parallel {
|
||||
|
||||
Reference in New Issue
Block a user