jenkins: do not run in parallel

This commit is contained in:
2025-10-26 08:09:39 +01:00
parent 0cd53c4cfe
commit 845d9150fc

4
Jenkinsfile vendored
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') {