Dies ist eine alte Version des Dokuments!
LU04c - Sample project with Jenkins commit pipeline
Internal reference: learningunits/04-3.md
Goals
- I can configure Jenkins with required plugins.
- I can set up a stage for checkout as a
Jenkins Pipeline. - I can set up a stage for installing the runtime and testing the app as a
Jenkins Pipeline. - I can fetch the Jenkins pipeline code from a repository and trigger that way the CI/CD Pipeline.
- 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.
- Live-Demo: How to start and add test cases to the Traffic Light app.
