6695-docker_push_3 #1423

Merged
alexm merged 424 commits from 6695-docker_push_3 into dev 2025-02-21 12:41:37 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c3f8e30852 - Show all commits

4
Jenkinsfile vendored
View File

@ -209,8 +209,8 @@ def runTestsInParallel() {
if (testFolder.trim()) {
def folderName = testFolder.replaceAll('test/cypress/integration/', '').replaceAll('/', '')
folderName = folderName.replaceAll('[^a-zA-Z0-9_-]', '') // Seguridad en nombres de red
// env.CYPRESS_SPEC="test/cypress/integration/${folderName}/**/*.spec.js"
env.CYPRESS_SPEC="test/cypress/integration/${folderName}/**/*.spec.js"
// NO ACABA DE FUNCIONAR
tasks["e2e_${folderName}"] = {
script {
sh "docker-compose -p ${env.NETWORK}_${folderName} -f docker-compose.e2e.yml up -d back"