aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-03 01:44:47 -0700
committerGravatar Tom Willemse2021-07-03 01:44:47 -0700
commit3f7955bda016e5edfc54ae5a5d6a181a12dee6d7 (patch)
tree740c1cee92ce38586d3e4dec8985793bef1c1588
parent2fd6e21e56c1dcc52162cf656bcb9733c7bdf367 (diff)
downloadnew-ryuslash.org-3f7955bda016e5edfc54ae5a5d6a181a12dee6d7.tar.gz
new-ryuslash.org-3f7955bda016e5edfc54ae5a5d6a181a12dee6d7.zip
Fixup folder ownership for Jenkins
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 9117a61..e1e0eb9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,7 +22,7 @@ pipeline {
// Because we're running in root, the public/ directory
// isn't owned by the Jenkins user, meaning that
// unstashing in a different stage fails.
- sh 'chown -R $(stat -c "%u" .):$(stat -c "%g" .) public'
+ sh 'chown -R $(stat -c "%u" .):$(stat -c "%g" .) .cask .org-timestamps public'
stash includes: 'public/**', name: 'public_html'
}
}