I am new to the competition and am very happy to start working with it, but I have a problem with the hello world example described here: https://concourse-ci.org/hello-world.html (example with a time resource)
I am running this example on Mac OS X (El Capitan) with stand-alone binary code. I slightly edited my pipeline for mac to look like this:
resources:
- name: every-1m
type: time
source:
interval: 1m
jobs:
- name: navi
plan:
- get: every-1m
trigger: true
- task: annoy
config:
platform: darwin
run:
path: echo
args: ["Hey! Listen!"]
But for some reason, the time resource does not start. The navi operation never starts. Any idea why this will happen? Does this have anything to do with OS X?
When I start navi directly, I get the following: every 1 m - there are no versions available (image)