Implements a resource that reports new versions when the current time matches the crontab expression
There is a BOSH release that can be added alongside your Concourse deployment. You can find the BOSH release at here.
-
expression
: Required. The crontab expression:field allowed values minute 0-59 hour 0-23 day of month 1-31 month 1-12 (or names, see below) day of week 0-7 (0 or 7 is Sun, or use names) e.g.
0 23 * * 1-5
# Run at 11:00pm from Monday to Friday -
location
: Optional. Defaults to UTC. Accepts any timezone that can be parsed by https://godoc.org/time#LoadLocatione.g.
America/New_York
America/Vancouver
Returns time.Now()
as the version only if a minute since we last
fired matches the crontab expression. The first time the script runs
it will fire if a minute in the last hour matches the crontab
expression.
None.
If triggered by check
, returns the original version as the resulting
version.
- Output directory. The directory where the in script will store the requested version