I would like to triggered one pipeline with Github webhook. This pipeline is connected with my Github Repository and a Github webhook.
I want to trigger this pipeline with informations in the webhook as the ID_commit, Github branch, or other things.
For example : if BRANCH == master : Build Pipeline
I try to use 2 plugins but it doesn't works :