We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4e1d5 commit db95732Copy full SHA for db95732
docs/32-jenkins.mdx
@@ -128,7 +128,7 @@ pipeline {
128
}
129
post {
130
always {
131
- sh "docker-compose -f gwen/docker-compose.yml -p ${env.BUILD_TAG.toLowerCase()} down || true"
+ sh "docker-compose -f gwen/docker-compose.yml -p ${env.BUILD_TAG.toLowerCase()} down -v || true"
132
publishHTML(target: [
133
allowMissing : true,
134
alwaysLinkToLastBuild : false,
0 commit comments