fix: refs #6695 update Jenkinsfile to source cypressParallel.sh correctly
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-26 15:01:45 +01:00
parent 010313ada9
commit 8a5025ba62
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -118,7 +118,7 @@ pipeline {
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ") {
// sh 'cypress run --browser chromium || true'
sh '''
source test/cypress/cypressParallel.sh
. test/cypress/cypressParallel.sh
cypressParallel 2 || true
'''
}