feat: refs #8828 add warehouse filtering for tickets and travels #1678

Open
benjaminedc wants to merge 30 commits from 8828-filterVnSelectWarehouses into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b6f7dbd1eb - Show all commits

2
Jenkinsfile vendored
View File

@ -126,7 +126,7 @@ pipeline {
sh "docker-compose ${env.COMPOSE_PARAMS} up -d"
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ --init") {
sh 'sh test/cypress/cypressParallel.sh 2'
sh 'sh test/cypress/cypressParallel.sh 1'
}
}
}