This website requires JavaScript.
Explore
Get Started
opendev
/
system-config
Code
Issues
Proposed changes
c15b312e1a
Branches
Tags
View all branches
system-config
/
playbooks
/
clean_workspaces.yaml
5 lines
103 B
YAML
Raw
Normal View
History
Unescape
Escape
Add playbook for cleaning workspaces Sometimes we need to clean the workspaces. While we have a command documented, go ahead and make a playbook for it. Change-Id: I1887dec24563811a71157c000b2d8ae9b7850d6a
2014-05-29 17:47:03 -07:00
---
Quote hostname in ansible clean workspaces command Change-Id: Ic3aea9faae1aa83033b172cb21db9284fbb2bf33
2014-09-19 13:39:11 -07:00
-
hosts
:
'*.slave.openstack.org'
Add playbook for cleaning workspaces Sometimes we need to clean the workspaces. While we have a command documented, go ahead and make a playbook for it. Change-Id: I1887dec24563811a71157c000b2d8ae9b7850d6a
2014-05-29 17:47:03 -07:00
tasks
:
-
shell
:
'rm -rf ~jenkins/workspace/*{{ project }}*'
Copy Permalink