This has the following objectives:
- The main branch correctly has tests from the test branch. The commit history clearly shows a merge between the 2 branches
- Bot messages can be seen in the slack channel. Messages include a link to heroku and a build ID.
- The Jenkins file correctly does the following : - A JenkinsFile is included in the repo - File correctly includes the necessary tools - File includes a build, test, and deploy stage - The file is correctly hooked to the student’s repository - The file correctly installs node and other dependencies - File correctly tests the project, and emails the student on failure.
- A heroku website with the relevant milestones can be found.