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:topics:04 [2025/10/21 12:23] – dgaravaldi | en:modul:m324_aws:topics:04 [2025/10/22 12:52] (aktuell) – dgaravaldi | ||
|---|---|---|---|
| Zeile 3: | Zeile 3: | ||
| \\ | \\ | ||
| ==== Introduction ==== | ==== Introduction ==== | ||
| - | A pipeline is a sequence of automated operations that usually represents a part of the software delivery and quality assurance process. It can be seen as a chain of scripts that provide the following additional benefits: | + | **A pipeline is a sequence of automated operations** that usually represents a part of the software delivery and quality assurance process. It can be seen as a chain of scripts that provide the following additional benefits: |
| * '' | * '' | ||
| * '' | * '' | ||
| Zeile 32: | Zeile 32: | ||
| stage(' | stage(' | ||
| steps { | steps { | ||
| - | echo ' | + | echo ' |
| } | } | ||
| } | } | ||
| stage(' | stage(' | ||
| steps { | steps { | ||
| - | echo ' | + | echo ' |
| - | echo ' | + | echo ' |
| } | } | ||
| } | } | ||
| Zeile 44: | Zeile 44: | ||
| } | } | ||
| - | < | + | </code> |
| The pipeline has no special requirements in terms of environment, | The pipeline has no special requirements in terms of environment, | ||