Add wheel working directory to wheel slave
This adds a jenkins-owned working directory for the wheel slave. Actual work will occur in subdirectories that can be easily deleted. Change-Id: Ie91e7e001c4a45fe70abca7a18671a0580d19d9f
This commit is contained in:
parent
238aa5d037
commit
51b6f5d870
@ -42,6 +42,15 @@ class openstack_project::wheel_mirror_slave (
|
|||||||
afs => true,
|
afs => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Create a working directory for the wheel slave, and give it to jenkins to
|
||||||
|
# work with
|
||||||
|
file { "/opt/wheel":
|
||||||
|
ensure => 'directory',
|
||||||
|
owner => 'jenkins',
|
||||||
|
group => 'jenkins',
|
||||||
|
mode => '0750',
|
||||||
|
}
|
||||||
|
|
||||||
# below follows a rough list of things required to build binary
|
# below follows a rough list of things required to build binary
|
||||||
# wheels.
|
# wheels.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user