From 7a2aa02870a40693f66be8ab9e00e2e6dd887e66 Mon Sep 17 00:00:00 2001 From: cbrand Date: Mon, 20 Mar 2023 00:41:30 -0700 Subject: [PATCH] Upload files to '' --- jcolebrand.info.gopipeline.json | 58 +++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 jcolebrand.info.gopipeline.json diff --git a/jcolebrand.info.gopipeline.json b/jcolebrand.info.gopipeline.json new file mode 100644 index 0000000..e1ed17b --- /dev/null +++ b/jcolebrand.info.gopipeline.json @@ -0,0 +1,58 @@ +{ + "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": "stage-1", + "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" + } + ] + } + ] + } + ] +} \ No newline at end of file