Re: best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread Sebastian Otaegui
The Jenkins website specifies how to import the key in the gpg keystore On Nov 21, 2013 10:21 AM, "andrea crotti" wrote: > It complains about the key now when I try to do the update though.. > > W: GPG error: http://pkg.jenkins-ci.org binary/ Release: The following > signatures couldn't be verifi

Re: Deploy to Nexus

2013-05-03 Thread Sebastian Otaegui
the best (although not the easiest) way to do that is using M2+Release+Plugin The repositories go configured in your pom as follows: nexus-repo release repo

Re: Where to enter credentials for maven repository?

2012-02-14 Thread Sebastian Otaegui
Why not use a settings.xml in the ${HOME}/.m2 of the user that runs jenkins and use the native 'mvn clean deploy' instead of 'mvn clean package' (or whatever you are doing :) ? Have you tried that? I am doing it on my jenkins installation and works as a charm. Of course, as long as you are doing

Upstream/Downsteam configuration

2012-02-09 Thread Sebastian Otaegui
Hello guys, Is there a way to modify the upstream/downstream relationships between jobs? I though I saw an option like that in the past but I cannot find it, may be a plugin that we removed? Thanks in advance -- Those who do not understand Unix are condemned to reinvent it, poorly. Any suffic