Installing Jenkins manually in Ubuntu 12.04?

129 views
Skip to first unread message

Raihan Jamal

unread,
Apr 3, 2015, 12:49:27 PM4/3/15
to jenkins...@googlegroups.com
How can I install Jenkins by manually downloading the jenkins .deb files? Can anyone provide some steps which I should follow in order. I am not able to make it work by following this link https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu because of firewall issue in our production machine.

Any help will be greatly appreciated.

felix schwitzer

unread,
Apr 4, 2015, 4:24:17 PM4/4/15
to jenkins...@googlegroups.com
I do this all the time, should be simple.

First download the deb from http://pkg.jenkins-ci.org/debian/
then in a console run
    sudo dpkg -i jenkins_1.xxx_all.deb
after that jenkins starts, or you can start/restart with
   sudo service jenkins [re]start

To configure jenkins (PORT, JAVA_ARGS, etc.) look at /etc/default/jenkins, if you modify
don't forget to restart the service.

A later upgrade with dpkg -i jenkins_1.yyy_all.deb should respect your configuration if there
are no conflicts, otherwise you'll get the resolver as usual with dpkg

Regards
Felix


On 2015-04-03 18:49, Raihan Jamal wrote:
How can I install Jenkins by manually downloading the jenkins .deb files? Can anyone provide some steps which I should follow in order. I am not able to make it work by following this link https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu because of firewall issue in our production machine.

Any help will be greatly appreciated.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/615bbcaf-d8cd-42e0-aa12-5a5c54462681%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Marius Gedminas

unread,
Apr 7, 2015, 2:28:25 AM4/7/15
to jenkins...@googlegroups.com
On Sat, Apr 04, 2015 at 10:23:54PM +0200, felix schwitzer wrote:
> I do this all the time, should be simple.
>
> First download the deb from http://pkg.jenkins-ci.org/debian/
> then in a console run
> sudo dpkg -i jenkins_1.xxx_all.deb
> after that jenkins starts, or you can start/restart with
> sudo service jenkins [re]start

I also recommend 'sudo apt-get install -f' in the middle, in case some
of the dependencies weren't satisfied before you did the dpkg -i.

Marius Gedminas
--
If you are smart enough to know that you're not smart enough to be an
Engineer, then you're in Business.
signature.asc
Reply all
Reply to author
Forward
0 new messages