From e386bce5d4f152c50afa80f7e22a2d008b7d7d96 Mon Sep 17 00:00:00 2001 From: Tim Dawson Date: Fri, 16 Jul 2021 10:52:36 +1200 Subject: [PATCH] Adding CI --- cert-manager-pdns.gocd.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 cert-manager-pdns.gocd.yaml diff --git a/cert-manager-pdns.gocd.yaml b/cert-manager-pdns.gocd.yaml new file mode 100644 index 0000000..fe4aab3 --- /dev/null +++ b/cert-manager-pdns.gocd.yaml @@ -0,0 +1,31 @@ +format_version: 10 +pipelines: + cert-manager-pdns: + group: sample + label_template: ${COUNT} + lock_behavior: none + display_order: -1 + materials: + git-5f4a6fb: + git: https://github.com/Timdawson264/cert-manager-pdns.git + shallow_clone: false + auto_update: true + branch: master + stages: + - Build: + fetch_materials: true + keep_artifacts: false + clean_workspace: false + approval: + type: success + allow_only_on_success: false + jobs: + Build: + timeout: 0 + tasks: + - exec: + arguments: + - build + - . + command: go + run_if: passed