From 9e1bcb2c6a1e858599c4fe1c84b74c22fb1c7186 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Fri, 9 Sep 2016 07:31:04 -0700 Subject: [PATCH] Check DNS changes 4x/day; expose job output to public - I like public output because it reassures users that we're really, truly testing --- ci/pipeline-sslip.io.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ci/pipeline-sslip.io.yml b/ci/pipeline-sslip.io.yml index dd0f5cb..022e0d1 100644 --- a/ci/pipeline-sslip.io.yml +++ b/ci/pipeline-sslip.io.yml @@ -6,11 +6,12 @@ groups: jobs: - check-dns - jobs: - name: check-dns + public: true plan: - {get: sslip.io, trigger: true} + - {get: 6h, trigger: true} - task: check-dns file: sslip.io/ci/tasks/check-dns.yml params: @@ -22,3 +23,7 @@ resources: source: uri: https://github.com/cunnie/sslip.io branch: master + +- name: 6h + type: time + source: {interval: 6h}