diff --git a/tests/API-dhcp/Jenkinsfile b/tests/API-dhcp/Jenkinsfile index b448c11..e8d4070 100644 --- a/tests/API-dhcp/Jenkinsfile +++ b/tests/API-dhcp/Jenkinsfile @@ -4,6 +4,10 @@ pipeline { label 'jenkins-slave' } } + options { + // Deshabilita ejecuciones concurrentes + disableConcurrentBuilds() + } environment { ESXI_PASS = credentials('VI_PASSWORD') QINDEL_PASS = credentials('jenkins-user-slave-password') @@ -62,6 +66,7 @@ pipeline { Revisa los detalles del build en: ${env.BUILD_URL} """ + ) } } }