{ "group": "defaultGroup", "name": "jcolebrand.info", "display_order_weight": -1.0, "label_template": "${COUNT}", "lock_behavior": "none", "environment_variables": [], "parameters": [], "materials": [ { "url": "http://git.jcolebrand.info/jcolebrand.info/gocd.git", "branch": "main", "shallow_clone": false, "filter": { "ignore": [], "includes": [] }, "auto_update": true, "type": "git" } ], "stages": [ { "name": "hello-world-demo", "fetch_materials": true, "never_cleanup_artifacts": false, "clean_working_directory": false, "approval": { "type": "success", "users": [], "roles": [], "allow_only_on_success": false }, "environment_variables": [], "jobs": [ { "name": "hello-world", "environment_variables": [], "tabs": [], "resources": [], "artifacts": [], "timeout": 0.0, "tasks": [ { "command": "/usr/bin/pwsh", "timeout": -1.0, "arguments": [ "hello.ps1" ], "run_if": "any", "type": "exec" } ] } ] } ] }