Merge branch 'develop' into wrap_proxies_hosts

This commit is contained in:
jc21 2019-10-10 08:44:45 +10:00 committed by GitHub
commit a1d7135539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -351,6 +351,11 @@ pipeline {
juxtapose event: 'failure'
sh 'figlet "FAILURE"'
}
always {
// Revert ownership
sh 'echo Reverting ownership'
sh 'docker run --rm -v ${CWD}:/project ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /project'
}
}
}