Objective/s:
- To setup Jenkins locally
- To configure GitHub settings in triggering Jenkins
- To appear the build status in portal if triggered a push event
Setup Jenkins and create a repository that is configured so that whenever a commit is pushed from a local to a remote repository, an automatic build will be triggered in Jenkins. To save time, we will reuse your survey-form-v1 repository (from Distributed PR with TDD assignment) in order to do this. Remember how is the repository designed?
For this task, we will have simple practice on h...