reformat jenkinsfile

This commit is contained in:
Drake Marino 2024-06-06 16:41:37 -05:00
parent d5e7de8f50
commit 339f64ac0d

2
Jenkinsfile vendored
View File

@ -1,5 +1,6 @@
pipeline { pipeline {
agent any agent any
stages {
parallel { parallel {
stages { stages {
stage('Start API') { stage('Start API') {
@ -134,4 +135,5 @@ pipeline {
} }
} }
} }
}
} }