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

Running Jenkins for the First Time

Jenkins is distributed as a .war file, a "web application archive". You can download it at this link.

In your terminal or command prompt, change to the directory where you saved the .war file. Run the .war using this Java command:

java -jar jenkins.war --httpPort=8080

This will start up a Java-based web server, r...