Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated to show the git-hook implemented workflow.

...

  1. When: Dev works in multipage branch and commits
  2. Then: Dev sees changes represented every 5 minutes in tssgTechMultipage endpointin tssgTechMultipage (dev) endpoint
  3. And: Automated tests run against the tssgTechMultipage (dev) endpoint
  4. And: Verifies tssgTechMultipage page is acceptable, 
  5. When: Dev merges to master branch
  6. Then: Dev sees changes represented every 5 minutes in tssgTechStagedMaster endpointtriggers a jenkins project to deploy the master branch to the tssgTechStagedMaster (qa) endpoint
  7. And: Verifies QA verifies tssgTechStagedMaster page is acceptable
  8. When: Dev deploys master branch to production tssgTech endpoint
  9. Then: Verifies Everyone verifies tssgTech (prod) page is acceptable.