Xunit back to node
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
b1c59266e3
commit
0280923633
|
@ -73,11 +73,13 @@ pipeline {
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
// Publish JUnit test results
|
node {
|
||||||
|
// Publicar los resultados de las pruebas de PHPUnit
|
||||||
xunit (
|
xunit (
|
||||||
thresholds: [ skipped(failureThreshold: '0'), failed(failureThreshold: '0') ],
|
thresholds: [ skipped(failureThreshold: '0'), failed(failureThreshold: '0') ],
|
||||||
tools: [ PHPUnit(pattern: 'phpunit.xml') ]
|
tools: [ PHPUnit(pattern: 'phpunit.xml') ]
|
||||||
)
|
)
|
||||||
|
}
|
||||||
// Remove containers
|
// Remove containers
|
||||||
sh 'docker compose -f ${DOCKER_COMPOSE_FILE} down'
|
sh 'docker compose -f ${DOCKER_COMPOSE_FILE} down'
|
||||||
sh 'docker compose -f ${DOCKER_COMPOSE_FILE} rm -f'
|
sh 'docker compose -f ${DOCKER_COMPOSE_FILE} rm -f'
|
||||||
|
|
Loading…
Reference in New Issue