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 15:11] – dgaravaldi | en:modul:m324_aws:learningunits:lu04:lu04c [2025/11/12 15:37] (aktuell) – [Goals] dgaravaldi | ||
|---|---|---|---|
| Zeile 4: | Zeile 4: | ||
| ===== Goals ===== | ===== Goals ===== | ||
| -I can configure Jenkins with required **plugins**. | -I can configure Jenkins with required **plugins**. | ||
| - | -I can set up a **stage for checkout** as a '' | + | -I can set up, configure and test a **CI/CD pipeline** in Jenkins for a sample app. |
| - | -I can set up a **stage for installing the runtime | + | -I can retrieve |
| - | -I can fetch the **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 12: | 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:// | ||