0

I need to create a trigger that will execute a task 2 weeks after it has been called.

This is for a git merge where I merge a branch into master using the concourse pipeline and then want concourse to automatically delete the branch 2 weeks after the merge.

Is there a way to do this using the timer resource?

  • Really interested in this use case. Is there something else, other than time, that you can trigger that you're looking for? – Dwayne Forde Jun 23 '17 at 19:01

1 Answers1

0

No. The time resource works on an interval, it is not a one time trigger in the way you are looking for.

Josh Zarrabi
  • 1,054
  • 7
  • 15