Deployment overview

under review


  1. Developers push code updates to Github for approval.
  2. Github Webhook sends notification to Jenkins to kick-off the build process.
  3. Jenkins compiles, packages and tests the code.
  4. Successful builds are pushed to the Docker Registry
  5. Development environment is automatically updated to reflect the latest changes. 
  6. Full QA Test Suite, including Cucumber, OWASP and PA11Y tests are run against the development environment.
  7. A new release is created in JIRA with concise release notes outlining the purpose of the release. Any tickets that have been completed to create the release should have their versions set to this release. The build is pushed to stage at this point as a release candidate and is ready for further acceptance testing. 
  8. Once the build has been accepted it can be promoted to production.
  9. All platforms use identical build artefacts which are pulled from the Docker Registry as part of the release process.
  10. At each step, developers receive feedback from monitoring, alerting and reporting.

Additional Information