Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| en:modul:m324_aws:learningunits:lu04:lu04c [2025/11/10 13:44] – [Sample project Traffic Light] dgaravaldi | en:modul:m324_aws:learningunits:lu04:lu04c [2025/11/12 15:37] (aktuell) – [Goals] dgaravaldi | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== LU04c - Sample project with Jenkins commit pipeline | + | ====== LU04c - Sample project with Jenkins commit pipeline ====== |
| < | < | ||
| \\ | \\ | ||
| ===== Goals ===== | ===== Goals ===== | ||
| - | -I can set up '' | + | -I can configure |
| - | -I can set up a simple | + | -I can set up, configure and test a **CI/ |
| + | -I can retrieve and apply a CI/CD Pipeline in Jenkins | ||
| -If there are any errors, I can analyze the error, suggest and test an initial workaround (troubleshooting). | -If there are any errors, I can analyze the error, suggest and test an initial workaround (troubleshooting). | ||
| Zeile 10: | Zeile 11: | ||
| ===== Sample project Traffic Light ===== | ===== 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. | 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. | + | |
| + | |||
| + | ==== Overview Steps ==== | ||
| + | |||
| + | {{:en: | ||
| + | |||
| + | |||
| + | ==== Steps ==== | ||
| -Live-Demo: How to start and add test cases to the Traffic Light app. | -Live-Demo: How to start and add test cases to the Traffic Light app. | ||
| -[[https:// | -[[https:// | ||
| Zeile 19: | Zeile 28: | ||
| \\ | \\ | ||
| ===== Exercises ===== | ===== Exercises ===== | ||
| - | -Setup Jenkins '' | + | -Setup Jenkins '' |
| -If there is an error, read the message carefully, think about a solution and implement it. | -If there is an error, read the message carefully, think about a solution and implement it. | ||