8714-devToTest #1547
|
@ -95,6 +95,12 @@ pipeline {
|
|||
sh 'docker-compose -f docker-compose.e2e.yml build e2e'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml up e2e'
|
||||
}
|
||||
failure {
|
||||
echo 'Removing containers...'
|
||||
sh 'docker rm -f vn-database || true'
|
||||
sh 'docker rm -f salix_e2e || true'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml down || true'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
junit(
|
||||
|
|
Loading…
Reference in New Issue