summaryrefslogtreecommitdiff
path: root/vm-data
diff options
context:
space:
mode:
Diffstat (limited to 'vm-data')
-rwxr-xr-xvm-data/jenkins.customize3
1 files changed, 3 insertions, 0 deletions
diff --git a/vm-data/jenkins.customize b/vm-data/jenkins.customize
index a372aea..be7bda0 100755
--- a/vm-data/jenkins.customize
+++ b/vm-data/jenkins.customize
@@ -76,3 +76,6 @@ install -m 0600 vm-data/worker.user-key.pub \
# Make sure the Jenkins .ssh directory, with contents, is all owned by Jenkins.
chroot "$rootdir" chown -R jenkins:jenkins /var/lib/jenkins/.ssh/.
+# Create the web-accessible artifact repository for the CI system.
+chroot "$rootdir" install -d -o jenkins -g jenkins /var/www/jenkins
+