Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
en:modul:m324_aws:topics:06 [2025/10/15 13:33] dgaravaldien:modul:m324_aws:topics:06 [2025/10/15 13:35] (aktuell) dgaravaldi
Zeile 28: Zeile 28:
 We can create the Jenkins file and push it into our Repository. Its content is almost the same as the commit pipeline we wrote. The only difference is that the checkout stage becomes redundant because Jenkins has to first check out the code (together with Jenkins file) and then read the pipeline structure (from Jenkins file). This is why Jenkins needs to know the repository address before it reads Jenkins file. We can create the Jenkins file and push it into our Repository. Its content is almost the same as the commit pipeline we wrote. The only difference is that the checkout stage becomes redundant because Jenkins has to first check out the code (together with Jenkins file) and then read the pipeline structure (from Jenkins file). This is why Jenkins needs to know the repository address before it reads Jenkins file.
  
-{{:en:modul:m324_aws:topics:02_03.png?600|Fig-01: The Jenkins file pipeline configuration}}+{{:en:modul:m324_aws:topics:03_03.png?600|Fig-01: The Jenkins file pipeline configuration}}
  
 ---- ----
  • en/modul/m324_aws/topics/06.txt
  • Zuletzt geändert: 2025/10/15 13:35
  • von dgaravaldi