Signed-off-by: Alfredo Deza <adeza@redhat.com>
- name: ensure the build dir exists
file: path=/home/{{ jenkins_user }}/build state=directory owner={{ jenkins_user }}
- # NOTE: this is *very* specific to the deployment environment. If we were
- # to switch providers this would probably not apply
- - name: format /dev/vdb to ext3
- filesystem: fstype=ext3 dev=/dev/vdb force=yes
-
- name: mount the ephemeral storage at the build dir
mount:
name: /home/jenkins-build/build