mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
Adding CI
This commit is contained in:
parent
0472ed4288
commit
e386bce5d4
1 changed files with 31 additions and 0 deletions
31
cert-manager-pdns.gocd.yaml
Normal file
31
cert-manager-pdns.gocd.yaml
Normal file
|
@ -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
|
Loading…
Reference in a new issue