I just installed Jenkins on my Ubuntu 12.04 server using 'apt-get install jenkins' command.
But it's too old.
How to upgrade it?
Remove your existing jenkins first.
apt-get autoremove jenkins
Follow the steps from official site:
This is the Debian package repository of Jenkins to automate installation and upgrade. To use this repository, first add the key to your system:
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
Then add the following entry in your /etc/apt/sources.list:
deb http://pkg.jenkins-ci.org/debian binary/
Update your local package index, then finally install Jenkins:
Run two commands below:
apt-get update
apt-get install jenkins
Very easy!
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
-
▼
2012
(15)
-
▼
August
(14)
- Try protojs serials : B. support C++
- Try protojs serials : A. install
- Nginx with basic authentication
- Flexigrid example two:in-place editor
- Flexigrid example one: load data without binding s...
- Installing Jenkins plugin manually
- Upgrade Jenkins on Ubuntu12.04
- Setup Ubuntu Cloud in VirtualBox:3.Add node server
- Setup Ubuntu Cloud in VirtualBox:2.Install MAAS se...
- Setup Ubuntu Cloud in VirtualBox:1.Create VirtualB...
- Cross GFW with Chrome
- To cross GFW using SSH
- China Merchants Bank Professional Edition with Vir...
- Emacs usage
-
▼
August
(14)
No comments:
Post a Comment