Continiuous Integration and Delivery with Bamboo

Preview:

DESCRIPTION

A short introduction to Continuous Integration and Continuous Delivery with Bamboo.

Citation preview

„Continuous Integration and Delivery“ mit

… ein Vortrag von Per Bernhardt

Agenda• Hosen runter!

• „Theoretischer Hintergrund“

• Continuous Integration

• Continuous Delivery

• Wo wir (vielleicht) hin wollen: „Deployment Pipeline“

• Was wir heute schon können

• Ausblick

Continuous Integration

One Code To Rule Them All!

One Code To Rule Them All!

• Absolute Versionskontrolle

• Push it!

• Single Mainline oder automatischer Merge

• Automatische Tests und Code Analyse

Continuous Delivery

Entwickeln wie am Fließband!

Entwickeln wie am Fließband!

• Jeder Checkin kann deployed werden!

• Automatisch auf Development / Staging Systeme

• Mit Knopfdruck in Produktion

„Deployment Pipeline“Wo wir (vielleicht) hinwollen:

„Deployment Pipeline“

Was wir heute schon können

Ausblick

• Deployment Pipeline vervollständigen

• Performance verbessern

• Datenbankmigrationen

Noch Fragen?

<?php print "Vielen Dank!"; ?>

Recommended