Home:ALL Converter>Concourse git resource triggering

Concourse git resource triggering

Ask Time:2017-03-13T19:27:25         Author:retroman

Json Formatter

Hi I have a concourse deployment process that deploys to cloudfoundry whenever I tag a release with specific keywords.

This works well for new versions because the git resource picks up the newly tagged commits and checks the tag using the tag_filter option.

The problem is when I want to roll back to a previous version. How can I force the git resource to pick up on particular older commit that it has already used?

Author:retroman,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/42762527/concourse-git-resource-triggering
yy