Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Developing a hotfix is a simple matter of building (and testing, to whatever extent you feel is warranted) a solution in your hotfix development project and committing it to your hotfix branch:

Just like regular development, your code will need to pass basic unit tests and compliance checks before it can be promoted. This requires the use of a Continuous Integration pipeline specific to the hotfix process. Just as the regular development project has a CI ‘twin’ so does your hotfix development project, labelled ‘DEV_HF_CI’ in the illustration below.

The CI build plan will deploy the

  • No labels