How To: Acquire webhook information after a Git trigger is created

This article describes how to get webhook information for a Git trigger through the Codefresh CLI or API.
Currently, you cannot get webhook information through the user interface.

How to

  • Run:
    codefresh get pipeline Project/Pipeline -o yaml

    The spec.triggers displays information about each Git trigger. Look at the endpoint and secret fields.

Git triggers in pipelines