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?