Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • R rdskills
  • Project information
    • Project information
    • Activity
    • Members
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • AGFD
  • rdskills
  • Wiki
  • 5. CI CD Pipeline

5. CI CD Pipeline · Changes

Page history
Zeitplan hinzugefügt authored Jul 13, 2021 by Interperle's avatar Interperle
Hide whitespace changes
Inline Side-by-side
5.-CI-CD-Pipeline.md
View page @ dc900da6
......@@ -3,7 +3,14 @@
> - [Continuous Delivery (CD)](https://continuousdelivery.com/): Code ist nach testen und builden deploybar, muss jedoch manuell deployed werden
> - [Continuous Deployment (CD)](https://www.airpair.com/continuous-deployment/posts/continuous-deployment-for-practical-people): Code wird nach testen und builden automatisch deployed <br>
> - Dadurch werden Fehler früh im Entwicklungszyklus erkannt und spart Kosten
> - Skripte können automatisch bei einem bestimmten Event ausgeführt werden
> - Skripte können automatisch zu einem vorgegebenem Zeitpunkt immer wieder ausgeführt werden:
> - Wähle Schedules
> - Wähle New Schedule
> - Wähle eine Description
> - Wähle ein Intervall Pattern ([Cron Syntax](https://en.wikipedia.org/wiki/Cron)
> - Wähle den Zielbranch
> - Aktiviere den Zeitplan
> - Speichere den Pipeline Zeitplan
---
......
Clone repository

Wiki-Gliederung

1. Allgemeines zu Gitlab

2. Markdown Files

3. Issues

4. Merge Request

5. CI CD Pipeline

6. Weiteres


Alle Seiten