Is there a way to detect the URL for a project?

2017-09-18 Thread Raketemensch
Many of the Jenkinsfile examples that I see have people declaring the github repository itself: def projectRepoURL = '[hidden email]:[some_user]/jenkins-test.git' It seems to me that this value should be inherently available. I'm working with a python script in which I pass in a full url like

Re: Leveraging the Maven "Developers" for email notifications

2012-12-28 Thread Raketemensch
Thanks, I've basically put together a Python script to parse out the email addresses from the pom.xml and send out the failure notification with the BUILD_URL. I'll post it once it's tested, in case it'd be helpful to anyone else. -- View this message in context: http://jenkins.361315.n4.nabbl

Leveraging the Maven "Developers" for email notifications

2012-12-18 Thread Raketemensch
Since the parent pom.xml for all of our projects have up-to-date project ownership, I'd like to leverage it for the email notifications of failed builds. Does anyone have a way to do this? I've just dug through all of the notification plugins and not seen anything that would do it, but of course I