15
„Continuous Integration and Delivery“ mit … ein Vortrag von Per Bernhardt

Continiuous Integration and Delivery with Bamboo

Embed Size (px)

DESCRIPTION

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

Citation preview

Page 1: Continiuous Integration and Delivery with Bamboo

„Continuous Integration and Delivery“ mit

… ein Vortrag von Per Bernhardt

Page 2: Continiuous Integration and Delivery with Bamboo

Agenda• Hosen runter!

• „Theoretischer Hintergrund“

• Continuous Integration

• Continuous Delivery

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

• Was wir heute schon können

• Ausblick

Page 3: Continiuous Integration and Delivery with Bamboo
Page 4: Continiuous Integration and Delivery with Bamboo

Continuous Integration

Page 5: Continiuous Integration and Delivery with Bamboo

One Code To Rule Them All!

Page 6: Continiuous Integration and Delivery with Bamboo

One Code To Rule Them All!

• Absolute Versionskontrolle

• Push it!

• Single Mainline oder automatischer Merge

• Automatische Tests und Code Analyse

Page 7: Continiuous Integration and Delivery with Bamboo

Continuous Delivery

Page 8: Continiuous Integration and Delivery with Bamboo

Entwickeln wie am Fließband!

Page 9: Continiuous Integration and Delivery with Bamboo

Entwickeln wie am Fließband!

• Jeder Checkin kann deployed werden!

• Automatisch auf Development / Staging Systeme

• Mit Knopfdruck in Produktion

Page 10: Continiuous Integration and Delivery with Bamboo

„Deployment Pipeline“Wo wir (vielleicht) hinwollen:

Page 11: Continiuous Integration and Delivery with Bamboo

„Deployment Pipeline“

Page 12: Continiuous Integration and Delivery with Bamboo

Was wir heute schon können

Page 13: Continiuous Integration and Delivery with Bamboo

Ausblick

• Deployment Pipeline vervollständigen

• Performance verbessern

• Datenbankmigrationen

Page 14: Continiuous Integration and Delivery with Bamboo

Noch Fragen?

Page 15: Continiuous Integration and Delivery with Bamboo

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