We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5356480 commit a8d65aeCopy full SHA for a8d65ae
Jenkinsfile
@@ -93,6 +93,7 @@ pipeline {
93
94
post {
95
always {
96
+ sh "docker kill carla_sim || true"
97
sh "rm -rf ${WORKSPACE}/* && rm -rf .* || true"
98
}
99
0 commit comments