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 aa26f39 commit 0e96ad6Copy full SHA for 0e96ad6
Jenkinsfile
@@ -354,7 +354,7 @@ pipeline {
354
always {
355
// Revert ownership
356
sh 'echo Reverting ownership'
357
- sh 'docker run --rm -v ${CWD}:/project ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /project'
+ sh 'docker run --rm -v $(pwd):/project ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /project'
358
}
359
360
0 commit comments