Home:ALL Converter>let concourse job only triggered by git merge commit

let concourse job only triggered by git merge commit

Ask Time:2018-07-17T15:19:57         Author:Peri

Json Formatter

I'm working on a pipeline, which watches a git repo and trigger some job when there's a commit. But the repo has too many commits, and I just want the merge commit trigger update, and all other commits should be ignored. The concourse git resourse seems doesn't provide this function. https://github.com/concourse/git-resource

Author:Peri,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/51375429/let-concourse-job-only-triggered-by-git-merge-commit
yy