Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung |
| en:modul:m324_aws:topics:02 [2025/10/15 12:38] – angelegt dgaravaldi | en:modul:m324_aws:topics:02 [2025/11/05 13:55] (aktuell) – dgaravaldi |
|---|
| ===== Introduction to Jenkins ===== | ===== Introduction to Jenkins ===== |
| \\ | <sup>Internal reference: topics/02-1.md</sup> |
| | |
| \\ | \\ |
| ==== What is Jenkins? ==== | ==== What is Jenkins? ==== |
| * ''Simplicity'': The installation and configuration process is simple. There is no need to configure any additional software or the database. It can be configured completely through a GUI, XML, or Groovy scripts. | * ''Simplicity'': The installation and configuration process is simple. There is no need to configure any additional software or the database. It can be configured completely through a GUI, XML, or Groovy scripts. |
| * ''Code-oriented'': Jenkins pipelines are defined as code. Also, Jenkins itself can be configured using YAML/XML files or Groovy scripts. That allows you to keep the configuration in the source code repository and helps in the automation of the Jenkins configuration. | * ''Code-oriented'': Jenkins pipelines are defined as code. Also, Jenkins itself can be configured using YAML/XML files or Groovy scripts. That allows you to keep the configuration in the source code repository and helps in the automation of the Jenkins configuration. |
| | |
| |
| |
| ---- | ---- |
| | //agnostic: not specific to a particular programming language aligned (ausgerichtet)// |
| | |
| Based on the book: | Based on the book: |
| "Continuous Delivery with Docker and Jenkins, 3rd Edition - Third Edition By Leszko" | "Continuous Delivery with Docker and Jenkins, 3rd Edition - Third Edition By Leszko" |