Skip to content

Development Workflow and deployment to Dev server

Muhammad Tariq edited this page Nov 7, 2020 · 1 revision

Following are the details of development workflow + Deployment to Dev server

  • Developer will create a feature branch on a local machine and push it to remote.
  • Developer will commit the changes to local.
  • After completing the task, developer will push changes to the remote feature branch.
  • Developer will access the jenkins webpage and execute the frontend job.
  • Jenkins job will test, build and deploy the frontend repo to the development server.

Clone this wiki locally