LU04d - Sample project with Jenkins commit pipeline (2)
Internal reference: learningunits/04-4.md
Goals
- I can set up
Jenkins
. - I can set up a simple pipeline for testing the setup of
Jenkins
. - If there are any errors, I can analyze the error, suggest and test an initial workaround (troubleshooting).
Sample project Traffic Light
This sample project shows how to set up a pipeline in Jenkins for fetching the code from a repository and testing the app (in Node.js) with test cases. Remark: What is not shown is testing the app on your local machine.