format_version: 2 pipelines: cleanup-gocd-agents-working-dir: group: Ops label_template: "cleanup-agents-${COUNT}" lock_behavior: none timer: spec: "0 30 6 ? * *" materials: force: git: https://gist.github.com/9ba57d8cdfbcae956ba92a99ebf74bc4.git branch: master auto_update: true stages: - cleanup: fetch_materials: yes clean_workspace: true approval: manual jobs: cleanup: run_instances: all tasks: - exec: command: "/bin/bash" arguments: - cleanup_agent_pipelines_working_dir.sh