Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed Continuous Integration with Jenkins!

Instruction

What is Jenkins?

Jenkins is a platform that can assist you with continuous integration or continuous delivery of your software. Continuous integration is the practice of testing all the components of your software as an integrated whole, on an ongoing basis. In practice, this is usually done using a build server that's separate from developer workstations. After a developer makes a change, the code is delive...