This commit is contained in:
parent
35f90f5ea1
commit
1ca6fd15b5
|
@ -130,14 +130,14 @@ pipeline {
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml up e2e'
|
sh 'docker-compose -f docker-compose.e2e.yml up e2e'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
}
|
||||||
always {
|
post {
|
||||||
cleanDockerE2E()
|
always {
|
||||||
junit(
|
cleanDockerE2E()
|
||||||
testResults: 'junitresults.xml',
|
junit(
|
||||||
allowEmptyResults: true
|
testResults: 'junitresults.xml',
|
||||||
)
|
allowEmptyResults: true
|
||||||
}
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue