hablemos de ci

Post on 22-Jan-2018

260 Views

Category:

Software

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Hablemos de CI

Hola!Soy Grubhart!!! a.k.a Edson Chávez aqui mis otras coordenadas:

@grubhart <- Twitter

edsonchavez@gmail.com <- mail

https://github.com/Grubhart <- repos

La Jaqueca

Jean Paul Lopez Franco1986 Chimbote - Ancash

Otra Historia más cercana

Un cambio pequeño por aqui , otro por alla... y yasta!!

Al desplegar en certificación:

… ni levanta ...

Pero en mi máquina si funciona

Hablemos de CI

Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible

Martin Fowler

Contrary to popular belief, continuous integration is an attitude, not a tool. It's a shared agreement by the team that:

1. When we get the latest code from the repository, it will always build successfully and pass all tests.

1. We will check in our code every two to four hours.

James Shore

Continuous integration es

FÁCILMonitorea Actualiza Build ? Reportar

Tes

t

DEMO

Build testIntegration -

Test

Gracias!Preguntas?edsonchavez@gmail.com

https://github.com/jenkinsperu

top related