Development Workflow and deployment to Dev server - exam105/backend GitHub Wiki

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.