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