On 05/21/2012 03:11 PM, Les Mikesell wrote:
On Mon, May 21, 2012 at 4:56 PM, David Weintraub<qazw...@gmail.com> wrote:
Jenkins is pretty simple on the surface to setup. Simply download the
Jenkins "war" file, install a Java JDK if you don't have one
installed, and run the following command:
$ java -jar jenkins.war
Since he mentioned ubuntu earlier, it is probably even easier to go
with the packaged version:
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu
after which the system will know how to pick up updates.
Do you mean apt-get updates or Jenkin's self-provided update mechanism?
If the later, is that recommended when it is installed via apt-get?
I've always installed Jenkins by hand.
Blair