Skip to content

Commit db95732

Browse files
committed
docker updates
1 parent 9e4e1d5 commit db95732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/32-jenkins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pipeline {
128128
}
129129
post {
130130
always {
131-
sh "docker-compose -f gwen/docker-compose.yml -p ${env.BUILD_TAG.toLowerCase()} down || true"
131+
sh "docker-compose -f gwen/docker-compose.yml -p ${env.BUILD_TAG.toLowerCase()} down -v || true"
132132
publishHTML(target: [
133133
allowMissing : true,
134134
alwaysLinkToLastBuild : false,

0 commit comments

Comments
 (0)