InfoQ

InfoQ

Presentation

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Recorded at:
Recorded at

What’s Next in Continuous Integration?

Presented by Kohsuke Kawaguchi on Aug 08, 2011 Length 00:45:59     Download: MP3
     Slides
Sections
Operations & Infrastructure,
Process & Practices,
Development
Topics
Continuous Integration ,
Operations ,
Tools ,
Build systems ,
Agile Techniques ,
Infrastructure ,
Agile ,
Programming ,
Jenkins ,
What's Next
 

How would you like to view the presentation?

In case you are having issues watching this video, please follow these simple steps to help us investigate the issue:
1. Right click on the video player and select Copy log
2. Paste the copied information in an email to video-issue@infoq.com (clicking this link will fill in the default details in most email clients).
Note: in case your email client hasn't automatically picked up the email subject, please include in your email the URL of the video too.
3. Done.
We will investigate the issue and get back to you as soon as possible. Thanks for helping us improve our site!
Summary
Kohsuke Kawaguchi discusses the future of Continuous Integration and Jenkins as they will be influenced by virtualization, cloud computing, DVCS and analysis software.

Bio
Kohsuke Kawaguchi worked for Sun Microsystems, Inc. for about 8 years, and then briefly worked for Oracle. He founded InfraDNA which joined forces with CloudBees. He has been involved in many open source projects, the most notable being Jenkins. You can follow Kohsuke on Twitter as @kohsukekawa.

About the conference
The « What's Next » conference will be the biggest Java event ever organized in France as of 2011, gathering the vibrant French community. It will gather all the most important Java experts of the world around various high-level interventions. The goal of this annual conference is to bring the audience the most up-to-date information on the new and emerging technologies around the Java platform.
Jenkins by Steven Dick Posted
Re: Jenkins by Steven Dick Posted
We will still need to run tests locally, just not all of them. by Rex Hoffman Posted
  1. Back to top

    Jenkins

    by Steven Dick

    Seems Jenkins is moving aware from pure build into the central management role for all of dev/test/qa environments.

    I've always been impressed by Jenkins low barrier to getting started and now my team have started using the master/slave setup for build and test servers, I'm even more impressed.

    I'll get our guys to look at the dist/fork plugin - that looks interesting.

  2. Back to top

    Re: Jenkins

    by Steven Dick

    And I forgot to say that Kohsuke Kawaguchi is a nice guy - helped me when I couldn't figure out how to use SVN in the early days of Jenkins' predecessor.

  3. Back to top

    We will still need to run tests locally, just not all of them.

    by Rex Hoffman

    Just a comment, on about minute 38, around not running tests locally....

    Latency could also be reduced by making tests run quickly.... Devs are always going to need to run tests locally for debugging purposes. So I'd like to see something like osgi/akka/scala in eclipse keeping my code built, and the actors/services/whatever always updated and running so that I can run a test at any time and get near immediate feedback.

    Though I wouldn't run them all locally. :)

    Rex