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 c925c97 commit d40c0acCopy full SHA for d40c0ac
vars/withChownWorkspace.groovy
@@ -6,7 +6,9 @@ def call(Closure body=null) {
6
try {
7
echo "chowning workspace"
8
sh 'docker run --rm -v $(pwd):/workspace busybox chown -R "$(id -u):$(id -g)" /workspace'
9
- } catch (Exception e) {}
+ } catch (Exception e) {
10
+ println e
11
+ }
12
}
13
retVal
14
0 commit comments