Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Child pages (Children Display)


Common issues/FAQ

  • findProjectsForChange/findPackagesForChange isnt finding my projects
    • The most common reason your projects/packages are not being found is the Webhooks Enabled flag is not checked on the project
    • Ensure the repository name configured in your integration instance in FlexDeploy matches the repository name received from the webhook (case insensitive).
    • If a sparse checkout folder is configured on your project your project will only be detected for a change if one of the modified files from the push event is contained in the sparse checkout folder
      • For example - If you received a push event for a changed file /content/project1/dist/index.html. A project with sparse checkout 'content/project2' would not be returned whereas a project with sparse checkout 'content/project1' would be
  • How do I create a new Release Snapshot from a webhook build?
    • The simplest way is to simply configure a Snapshot Schedule on your release. When the schedule runs it will find the newly built project version which resulted from the webhook.
    • A function also exists 'createSnapshot' which can be used within a webhook function.