Devops: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
Line 11: Line 11:


http://michal.karzynski.pl/
http://michal.karzynski.pl/
== Continuous Integration ==
* Is everyone committing to the same trunk at least once a day?
* Is every commit being tested?
* When the build breaks Is is red fixed in ten minutes?
Running Jenkins against you feature branch and then ignoring the build when it turns red is not Continuous Integration

Revision as of 00:06, 4 May 2018

the twelve factor app : http://12factor.net/

https://try.newrelic.com/rs/newrelic/images/The_New_Kingmakers.pdf


DevopsDays 2015 Conference Notes


blogs

http://michal.karzynski.pl/


Continuous Integration

  • Is everyone committing to the same trunk at least once a day?
  • Is every commit being tested?
  • When the build breaks Is is red fixed in ten minutes?

Running Jenkins against you feature branch and then ignoring the build when it turns red is not Continuous Integration