jenkins: do not run in parallel

This commit is contained in:
2025-10-26 08:09:39 +01:00
parent 0cd53c4cfe
commit 845d9150fc
Vendored
+2 -2
View File
@@ -13,8 +13,8 @@ pipeline {
sh 'devenv test' sh 'devenv test'
} }
} }
stage('Parallel Build and Deploy') { stage('Build and Deploy') {
parallel { stages {
stage('Web') { stage('Web') {
stages { stages {
stage('Build') { stage('Build') {