You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Til jer som skal til eksamen - eller måske bare holde en elevator pitch om Continuous Integration. her er en lille mindmap som det vi være oplagt at øve sig lidt på og tale ud fra.
mindmap
root )Hvad er Continuous Integration(
::: large
definition {{En praksis som foreskriver, at commits integreres ind på default branch ofte}}
branching (Branching Strategi)
trunk (Kun én 'long lived' branch)
integrate (Den enkelte udvikler integrerer flere gange om dagen)
issues (Issue branches)
pr (Pull requests)
automation (Automation)
rebase ('Rebase' eller 'merge' til default branch)
build ('Build')
compile (Kompilering)
test (Unit test)
analysis (Statisk kodeanalyse)
pipeline (Deklarativ pipeline)
gha (GitHub Action)
purpose (Kvalitetssikring)
fedback (Korte feedback loops)
commits (Små commits = Færre og nemmere merge konflikter)
pristine (Default branch er aldrig 'broken')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Til jer som skal til eksamen - eller måske bare holde en elevator pitch om Continuous Integration. her er en lille mindmap som det vi være oplagt at øve sig lidt på og tale ud fra.
For mere inspiration, se også state-transition diagrammet "Continuous Integration", eller eksemplerne i lakruzz/ci-flow
Beta Was this translation helpful? Give feedback.
All reactions