From e89d79cb7c6c77fa6160756d08ad8383f0f23340 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 27 Aug 2016 20:11:22 -0700 Subject: [PATCH] Comments describe the status of the various jobs. --- ci/pipeline-badges.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/pipeline-badges.yml b/ci/pipeline-badges.yml index 28d2c5c..f6f6ed2 100644 --- a/ci/pipeline-badges.yml +++ b/ci/pipeline-badges.yml @@ -12,6 +12,7 @@ groups: jobs: - name: passing + # `true` always passes plan: - task: passing config: @@ -21,6 +22,7 @@ jobs: run: path: true - name: failing + # `false` always fails plan: - task: failing config: @@ -30,6 +32,7 @@ jobs: run: path: false - name: unknown + # never run this job and it will always be "unknown" plan: - task: unknown config: @@ -40,6 +43,7 @@ jobs: path: sleep args: ["864000"] - name: aborted + # run this job and then abort it. You'll have ten days to abort it. plan: - task: aborted config: @@ -50,6 +54,7 @@ jobs: path: sleep args: ["864000"] - name: errored + # Concourse will error if it can't find the `non-existent` executable plan: - task: errored config: