reformat jenkinsfile

This commit is contained in:
2024-06-06 16:41:37 -05:00
parent d5e7de8f50
commit 339f64ac0d
Vendored
+2
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 {
} }
} }
} }
}
} }