Bootstrapping an Agile Project with Continuous Deployment and Cloudbees
his video demos how to quickly get to a fully agile project setup with continuous deployment. Everything is in the cloud – GIT repo, Jenkins, MongoDB and the app server. The system deploys...
View ArticleContinuous Integration at Google Scale
This video describes the continuous integration system built to help manage testing automation at Google. Continuous integration systems play a crucial role in modern software development practices,...
View ArticleContinuous Delivery: from Dinosaur to Spaceship in 2 years
Learn how a SAP team adopted Scrum and started building the SAP ID Service using a lean, modern and standards-based application server built from open source components and using Continuous Delivery...
View ArticleBuilding the Netflix Global Streaming Service with Jenkins
With 1,600 jobs and 2,000 builds per day, Jenkins is a cornerstone of the Netflix build and deployment infrastructure. This talk will describe our Jenkins setup and explore some of the solutions we’ve...
View ArticleImproving Software Quality with Jenkins
As more teams move to agile development and CI to reduce delivery cycles, new requirements have emerged to ensure software quality. Manfred Moser will discuss emerging trends, best practices for...
View ArticleChar by Char Continuous Integration
Learn how to building a simple yet flexible continuous integration server from scratch using Powershell. The session will walk you through the common tasks involved in a CI-server and give some...
View ArticleRevolutionizing Continuous Integration with Selenium
In a perfect world you’d expect developed code to be “bug-free” or “clean”. However as we all know, this is not a perfect world and there will always be bugs. Our goal is to capture as many of them as...
View ArticleAutomate Your Software Delivery Pipeline
The challenge facing developers today is to reduce the time between writing code and getting it into production, all while maintaining quality. What’s needed is a workflow built upon highly integrated...
View ArticleOpen Source Scalable Continuous Integration
Many open source tools are available for continuous integration (CI). Only a few operate well at large scale. And almost none are built to scale in a distributed environment. Come find out the...
View ArticleFeature Branching Considered Evil in Software Development
With Distributed Version Control Systems (DVCSs), branch creation became very easy in software development, but it comes at a certain cost. Long living branches break the flow of the software delivery...
View Article