Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I didn’t get the assumption: It’s assumed that ci.company.net points to the box you’re installing Jenkins on. Where can I get more information?
@aramis001: You basically have to replace <strong>ci.company.net</strong> with the domain name that you are going to host Jenkins on.
Good work. I’d just recommend using the stable releases of Jenkins available at http://pkg.jenkins-ci.org/debian-stable/
Also, the article is written for Ubuntu 13.04, but the title still says 12.04.
Cheers.
@jcmuller Thanks! I’ve written and completely tested the article through on a 13.04 VPS but been using Jenkins on Ubuntu as early as 12.04 so I know it also works from there and up. Also thanks for the tip about the stable release. I’ll get in touch with Etel to include that in the article.
It would be cool to see this updated to include configuring Jenkins to be using SSL, such as running a nginx server in front of it with an SSL certificate for the site.
Just a heads up to would-be users of the smallest droplet for this tutorial: Jenkins is likely to fail with OutOfMemory errors with only 512MB allocated to your droplet. The symptom for this is if you’ve gotten past the apt-get install jenkins step but cannot reach the page via your browser, and you can see the error output by taking a look at the Jenkins log file at /var/log/jenkins/jenkins.log.
I got around this by resizing up to a 2GB instance, but YMMV.
Great guide, but it doesn’t seem to work for me. Whenever I go to {my-ip}:8080, I get a timeout saying the host takes too long to respond.
@nickgobee0122: Can you check "/var/log/jenkins/jenkins.log " and post any relevant errors?