From 0599e00d9bd2043787a13fc2575ce8cce5524146 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 27 Aug 2012 11:51:18 +0100 Subject: Create the artifact directory on jenkins host --- vm-data/jenkins.customize | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vm-data') 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 + -- cgit v1.2.1