diff --git a/Jenkinsfile b/Jenkinsfile index 03f9cbb8..1d8680a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -198,9 +198,8 @@ pipeline { } post { always { - sh 'docker-compose down --remove-orphans --volumes -t 30' sh 'echo Reverting ownership' - sh 'docker run --rm -v $(pwd):/data jc21/ci-tools chown -R $(id -u):$(id -g) /data' + sh 'docker run --rm -v "$(pwd):/data" jc21/ci-tools chown -R "$(id -u):$(id -g)" /data' } success { juxtapose event: 'success'