Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Continuous Integration with Jenkins!
You have completed Continuous Integration with Jenkins!
Preview
Here's what we'll learn in this course.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
[MUSIC]
0:00
Jenkins is a continuous
integration server.
0:08
Integration tests,
0:12
as you may know, take all the code and
other components of your application and
0:13
integrate it together, then test it
to ensure it's working properly.
0:17
Jenkins can watch repose for version
control software like Git or Subversion.
0:23
When there is a new commit,
Jenkins will check it out automatically.
0:32
It will run your test and
report the result.
0:42
It can even be configured to automatically
deploy your software to production if all
0:45
the tests pass.
0:49
This course is going to show you
all the basics of using Jenkins.
0:51
Let's get started.
0:54
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up