Skip to content

Instantly share code, notes, and snippets.

@Alex-Witkowski
Last active October 19, 2022 07:39
Show Gist options
  • Save Alex-Witkowski/333fd3981971ad1c9cfe97e0085eb8ce to your computer and use it in GitHub Desktop.
Save Alex-Witkowski/333fd3981971ad1c9cfe97e0085eb8ce to your computer and use it in GitHub Desktop.
  • Entwickler sollen Zugriff auf die Pipelines haben

  • Sollen Entickler an der Pipline Änderungen vornehmen?

    • Test
  • CI

    • Ich stelle sicher, dass mein projekt baut
  • CD

    • Deployment soll automatisiert laufen
  • Q: Wie baut ihr euer Projekt? A:

    • Azure Devops (yml) (donet build, inline powershell)
    • Azure Devops (yml & eigene templates & task)
    • Azure Devops (Classsic mit Docker)
    • Gitlab pipeline (yml & cake frosting, Gradle Maven Ant)
    • Manuell
    • Bamboo & Argo CD (von dediziertem DevOps Team)
    • Circle CI

Steps in der Pipline:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment