reformat jenkinsfile again x3

This commit is contained in:
Drake Marino 2024-06-06 18:12:43 -05:00
parent 5fe4201060
commit a81cb9ab73

7
Jenkinsfile vendored
View File

@ -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 {
@ -139,3 +141,4 @@ pipeline {
} }
} }
} }
}