⚡EXTENDED THRU DEC 10⚡ Cyber November Sale 50% off any plan for 6 months, exclusive to new subscribers.
Join the Treehouse affiliate program and earn 25% recurring commission!
Bummer! You must be logged in to access this page.
Jenkins is a continuous integration server. Integration tests take all the code and other components of your application and integrate it together, then test it to ensure it's working properly.
Jenkins can watch repos for version control software like Git or Subversion. When there's a new commit, Jenkins will check it out automatically. It will run your tests, and report the result. It can even be configured to automatically deploy your software to production if all the tests pass.
This course is going to show you all the basics of using Jenkins.
Resident Ruby and Go teacher for Treehouse. Author of Head First Ruby, a tutorial book on the core Ruby language.