Re: Retrieve Nexus Url after build

2012-03-12 Thread Efavre
> > From: Nord, James > > Sent: 12 March 2012 14:32 > > To: Jenkins Users > > Subject: RE: Retrieve Nexus Url after build > > > The nexus rest implementation is what you need (see the nexus user email > > list). > > > You may be able to gets some inf

RE: Retrieve Nexus Url after build

2012-03-12 Thread Nord, James
/artifactid/version/artifactid-version-qualifier.type /James > -Original Message- > From: Nord, James > Sent: 12 March 2012 14:32 > To: Jenkins Users > Subject: RE: Retrieve Nexus Url after build > > The nexus rest implementation is what you need (see the nexus user em

Re: Retrieve Nexus Url after build

2012-03-12 Thread Arnaud Héritier
I don't remember how we are doing with the maven-deployment-linker-plugin but there is probably a solution do something similar to it to add these links in the email https://github.com/jenkinsci/maven-deployment-linker-plugin Arnaud On Mon, Mar 12, 2012 at 2:51 PM, Efavre wrote: > Hello, > > I

RE: Retrieve Nexus Url after build

2012-03-12 Thread Nord, James
kinsci- > us...@googlegroups.com] On Behalf Of Efavre > Sent: 12 March 2012 13:52 > To: Jenkins Users > Subject: Retrieve Nexus Url after build > > Hello, > > I have a Maven3 job which builds my artifact and deploys it to the release > repo > on Nexus. > I would li

Retrieve Nexus Url after build

2012-03-12 Thread Efavre
Hello, I have a Maven3 job which builds my artifact and deploys it to the release repo on Nexus. I would like to send an e-mail the the deployment team once the build is done and successful. I added the E-mail Extension Plugin, but I can't figure out how to retrieve the full Nexus url on which I d