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'''
}
}
stage('Build API & UI') {
stage('') {
parallel {
stage('') {
stages {
stage('Start API') {
steps {
@ -30,6 +30,8 @@ pipeline {
}
}
}
}
stage('') {
stages {
stage('Build') {
parallel {
@ -139,3 +141,4 @@ pipeline {
}
}
}
}