- Platform
- Resources
- Jenkins
- Jenkins Enterprise
- Enterprise Support
- Enterprise Plugins
- Backup Scheduling Plugin
- CloudBees Support Plugin
- Consolidated Build View Plugin
- Custom Update Center Plugin
- Even Scheduler Plugin
- Fast Archiver Plugin
- Folders Plugin
- Folders Plus Plugin
- High Availability Plugin
- Label Throttle Plugin
- Nodes Plus Plugin
- Plugin Usage Plugin
- Restart Aborted Builds Plugin
- Role-based Access Control Plugin
- Secure Copy Plugin
- Skip Next Build Plugin
- Templates Plugin
- Validated Merge Plugin
- VMware Auto-Scaling Plugin
- WikiText Descriptions Plugin
- Request for Pricing
- Download
- Evaluation Agreement
- License Agreement
- Eclipse Plugin
- Jenkins Training
- Jenkins CI
- Jenkins Events
- Jenkins Enterprise
- Company
- Blog
- Team
- Investors
- News Room
- Events
- Careers
- Marketing Events Coordinator - Americas
- Developer Advocate - Americas
- Enterprise Inside Sales - Americas
- Market Research Analyst - Americas
- Market Research Intern - Americas
- European Marketing Coordinator - EMEA
- Enterprise Inside Sales - EMEA
- Developer Advocate - EMEA
- Enterprise Field Sales - Americas
- Contact Us
Jenkins Enterprise by CloudBees Download
Download the current version of Jenkins Enterprise by CloudBees if:
-
You wish to evaluate it for no cost/no obligation for 30 days
(get more information about subscribing to Jenkins Enterprise by CloudBees) - You have previously subscribed to Jenkins Enterprise by CloudBees
Download the multi-platform WAR file
This file will deploy Jenkins Enterprise by CloudBees v. 13.05 (May 2013) in an existing servlet container. The WAR file contains the current Long Term Support (LTS) version of open source Jenkins, with additional plugins developed by CloudBees and built on top of open source Jenkins. If you have questions about the download or experience any issues, please contact us.
Helpful Resources:
Supported Linux Distributions
If you prefer to install Jenkins Enterprise by CloudBees as a native Linux package, we support the following distributions:
-
Windows
If you are using Windows, download the installer zip, extract it somewhere, and execute the setup program.
Once the installer is complete, open http://localhost:8080/ to access the installed instance. This installer installs Nectar as a Windows service that starts automatically when your machine boots up.
Ubuntu/Debian
Nectar can be installed as a Debian package, which enables the following things:
- Automatic upgrade to the next version via apt-get
- /etc/init.d hook up to start Nectar upon boot
To use this repository, first add the keys to your system:
wget -q -O - http://nectar-downloads.cloudbees.com/nectar/debian/jenkins-ci.org.key | sudo apt-key add -
Then add the repository. If you have already added open-source Hudson/Jenkins as a repository, be sure to remove it to avoid Nectar from being overwritten by them:
echo deb http://nectar-downloads.cloudbees.com/nectar/debian binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list
Then install Nectar:
sudo apt-get update sudo apt-get install jenkins
RedHat/Fedora/CentOS
If you are using RedHat/CentOS/Fedora, you can install Nectar as an RPM package for the following benefits:
- Automatic upgrade via yum
- /etc/init.d hook up to start Nectar upon boot
To use the repository, first add the key to your system:
sudo rpm --import http://nectar-downloads.cloudbees.com/nectar/rpm/jenkins-ci.org.key
Then add the repository:
sudo wget -O /etc/yum.repos.d/jenkins.repo http://nectar-downloads.cloudbees.com/nectar/rpm/jenkins.repo
Then to install Nectar:
sudo yum update sudo yum install jenkins
Alternatively, if you prefer to just download *.rpms, you can do so from here.
openSUSE
If you are using openSUSE, run the following command to register this repository to your openSUSE:
sudo zypper addrepo http://nectar-downloads.cloudbees.com/nectar/opensuse/ jenkins
With that set up, run sudo zypper install jenkins will install Jenkins Enterprise.
Download the package and execute it to get this installed
Installing CloudBees plugins on OSS Jenkins
The Jenkins Enterprise by CloudBees package bundles CloudBees plugins on top of the latest Jenkins LTS release for convenience. If you would like to install the CloudBees plugins on the Jenkins OSS trunk, you will need to install the Jenkins Enterprise by CloudBees Installation plugin from the Jenkins OSS Update Center. This plugin will enable you to then download all CloudBees plugins on the OSS installation. Detailed steps are captured on the Jenkins OSS wiki page.