Re: Last Successful Artifacts on Multi-Configuration Job

2012-04-24 Thread Jan Seidel
Hi Jeff, you mean a summary of all artifacts from a pipeline of jobs? not as far as I know. The only quick solution that crosses my mind would be a trailing job that with the copyartifact plugin gathers all artifacts (You can set "last successful" there) from all upstream jobs. That would give you

Jenkins fails to send e-mail to group mail Id but works on individual Id

2012-04-24 Thread Venkat
Hi Friends, When I use my own Id, it works . but fails when I use my team Id. Any ideas on why its not reaching to the group ? Jenkins as such doesn't complain on delivery failure but we are not receiving the e-mail. for eg: m...@abc.com - works : gro...@abc.com doesn't work I am filli

Re: Jenkins fails to send e-mail to group mail Id but works on individual Id

2012-04-24 Thread Slide
Can you send an email to that address from your mail client and it works? Slide On Apr 24, 2012 3:22 AM, "Venkat" wrote: > Hi Friends, > When I use my own Id, it works . but fails when I use my team Id. > Any ideas on why its not reaching to the group ? > > Jenkins as such doesn't complain on d

Re: Last Successful Artifacts on Multi-Configuration Job

2012-04-24 Thread Jeff Storey
Jan, Thanks. It sounds like I can't show the last successful artifacts without a second job. I can see the artifacts for each individual configuration if I drill down into it, so it's not all bad, but it definitely would be nice to have an easy way to show them all. Appreciate your input. Jeff O

Renaming Jenkins document.title (root web page)

2012-04-24 Thread Mark Waite
With earlier versions of Jenkins, we entered a little bit of Javascript into the "System Message" field of the "Configure System" page (http://localhost:8080/configure) and that would change the document title, making the web browser tab show something other than "Dashboard [Jenkins]".   The Jav

Re: startup exception and using Buckminster

2012-04-24 Thread Shane
Any ideas on my issue using Buckminster? I installed the plugin and it shows up but it doesn't let me select it and do anything. I've tried the auto-download/install and manual but same thing. --- On Mon, 4/9/12, Shane wrote: > From: Shane > Subject: startup exception and using Buckminster

Is it possible to parameterize a Subversion "Repository URL" location in a Jenkins build job configuration?

2012-04-24 Thread Linley
Hi, We have a SVN structure that consists of a main "parent" directory which has sub-folders for each deployable project (which happen to be Maven Java projects). Underneath these sub-folders are the SVN branches, tags & trunk folders where the Maven Java project code exists. For example: http:

Re: custom build views

2012-04-24 Thread Mike Gibson
Thanks for the suggestion! A job view would only display the last build information? I guess I am looking for more of a historical view of the builds. The Build Pipelineplugin is pretty nice. I'm looking for a way to isolate/sort

Re: how to build a specific git branch with jenkins

2012-04-24 Thread dwalling
yes, leaving it blank and letting it default to ** works just fine for snapshot builds. Then when I attempt to do a release build it complains of a detached head. I suppose I can add pre-steps to the build to do the correct git commands to make this work, but didn't think I'd need to do that. W

Re: how to build a specific git branch with jenkins

2012-04-24 Thread Sami Tikka
Your problem is really puzzling... I think I have seen that before but now I cannot remember what was the solution. Would it be possible to see the job configuration, the config.xml file? If not, here are some shots in the dark: Do you use Delete Workspace plugin to delete workspace after the bui

Re: startup exception and using Buckminster

2012-04-24 Thread Sami Tikka
AFAIK the exception from DNSMultiCast is caused by a malformed URL in your Jenkins global configuration but it should not cause any problems, unless you have something that depends on multicast DNS. The fix is simple: change the Jenkins address in global configuration into a valid URL. -- Sami 20

parameterized values passed to a groovy build step

2012-04-24 Thread Maven User
Hi all - I have a job that needs to execute a groovy pre- step that sets a global environment variable. Is there anyway to do this? I have tried the following: for (nodeproperty in hudson.model.Hudson.instance.globalNodeProperties) { println(nodeproperty.getEnvVars()); nodeproperty.get

Re: parameterized values passed to a groovy build step

2012-04-24 Thread Maven User
Not sure if anyone cares, but this is what I got working based on an example I found on the groovy plugin page: (there is likely way better ways to manage this) import hudson.util.* import hudson.model.* // get current thread / Executor def thr = Thread.currentThread() // get current build def b

Re: Increasing Hudson job time [SEC=UNCLASSIFIED]

2012-04-24 Thread RatedAbstract
Hi Andrew, That plugin was indeed installed. I disabled this plugin, restarted Hudson, but still I see that jobs are finishing after an hour. Following is the ant build file that I'm using, I've also specified timeout to be 3 hours, but it doesn't seem to be working. Any idea?

Re: Is it possible to parameterize a Subversion "Repository URL" location in a Jenkins build job configuration?

2012-04-24 Thread طلال Anthony رابعة
Hello, I'm doing something similar to that. I have a parent project that polls SVN. When it detects a change, it performs it job then uses the parameterized trigger plugin to call on over 20 other jobs. I pass $SVN_URL_PREFIX as a parameter and use a shell to do checkouts. The parameter is