Fix
testing/ogcore-api/pipeline/head There was a failure building this commit Details

develop-jenkins
Nicolas Arenas 2024-10-23 00:44:38 +02:00
parent 0280923633
commit b0ec7ee6f0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -73,7 +73,7 @@ pipeline {
}
post {
always {
node {
script {
// Publicar los resultados de las pruebas de PHPUnit
xunit (
thresholds: [ skipped(failureThreshold: '0'), failed(failureThreshold: '0') ],