File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ pipeline {
101101 sh ' mkdir -p debug'
102102 sh ' docker-compose logs fullstack-sqlite | gzip > debug/docker_fullstack_sqlite.log.gz'
103103 sh ' docker-compose logs db | gzip > debug/docker_db.log.gz'
104- sh ' docker-compose down --rmi all --remove-orphans --volumes -t 30'
105104 // Cypress videos and screenshot artifacts
106105 dir(path : ' test/results' ) {
107106 archiveArtifacts allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml'
@@ -128,7 +127,6 @@ pipeline {
128127 sh ' mkdir -p debug'
129128 sh ' docker-compose logs fullstack-mysql | gzip > debug/docker_fullstack_mysql.log.gz'
130129 sh ' docker-compose logs db | gzip > debug/docker_db.log.gz'
131- sh ' docker-compose down --rmi all --remove-orphans --volumes -t 30'
132130 // Cypress videos and screenshot artifacts
133131 dir(path : ' test/results' ) {
134132 archiveArtifacts allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml'
You can’t perform that action at this time.
0 commit comments