WolfScheduler

WolfScheduler Deployment

WolfScheduler Deployment

You will deploy your project by pushing to GitHub and checking the results on Jenkins.

A common software engineering practice is continuous integration. That means developers are continuously committing/pushing their code to version control and evaluating the code by running tests and other analysis tools against their code. The evaluation of the code is typically completed by a continuous integration system, which is a software system that will automatically build, test, run analysis tools (like static analysis), and deploy software. Since this is what the teaching staff does when evaluating your work, we can use a continuous integration system to evaluate your work every time you push to GitHub. That means you should be able to estimate your grade on an assignment from the feedback from Jenkins, the continuous integration server we use for CSC216. On future assignments, Jenkins will also run hidden teaching staff tests and provide you feedback on how well you meet the teaching staff’s design!

Check Jenkins Results

You can access the Guided Project and Project Jenkins via http://go.ncsu.edu/jenkins-csc216. (Labs will have their own Jenkins servers.) When you log in, your Jenkins job will be listed using the pattern of GP1-<unityid>. If you don’t see a project, then email the teaching staff!

Learn more about the Jenkins continuous integration system and how to use it to for feedback and to estimate your grade by reading the Jenkins tutorial. Your goal is a green ball (no test failures and no static analysis notifications).

The Jenkins build for Guided Project 1 will copy the provided teaching staff test cases into your project, overwriting the ones that you were provided. This is to make sure that you don’t accidentally modify the teaching staff tests through an Eclipse QuickFix. If you did modify a test, that will likely lead to a red ball on Jenkins, which means code didn’t compile. You’ll want to use the console output (as described in the Jenkins tutorial) on the build to help you find the compiler error.

Estimate Your Grade Against the Rubric

All assignments have a rubric that you can use to estimate your grade. Use the Jenkins feedback and your black box test results to estimate the grade for Guided Project 1.

Final Tasks

Before you complete your final submission to GitHub, you should ensure the following:

Make sure that all code is pushed to GitHub by the assignment deadline. There are deductions for any late work up to 48 hours.