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 bb5fc58 commit e2e3109Copy full SHA for e2e3109
Jenkinsfile
@@ -222,7 +222,7 @@ pipeline {
222
always {
223
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
224
sh 'echo Reverting ownership'
225
- sh 'docker run --rm -v $(pwd):/data ${DOCKER_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'
226
}
227
success {
228
juxtapose event: 'success'
0 commit comments