Copy files from multiple downstream jobs

2014-09-09 Thread Omer Weissman
Hello, We are trying to copy files from multiple downstream jobs back to the main job. The main job triggers the builds using a parametrized trigger "invoke i=0...N builds" We are doing it inorder to achieve parallelization of a long task. I could not find a way to copy files back, as the copy

Upgrade woes (1.579)

2014-09-09 Thread David Aldrich
Hi I would be grateful for some advice on recent versions of Jenkins. Yesterday, I upgraded from Jenkins 1.570 to 1.579, and upgraded nearly all the plugins I use (including Timestamper). We run our Jenkins master on Centos 6. A few hours later Jenkins crashed: # # A fatal error has been dete

RE: Upgrade woes (1.579)

2014-09-09 Thread Matthew.Webber
If you look at the Jenkins changelog at http://jenkins-ci.org/changelog and click on "Community Ratings", you can get some idea as to how other Jenkins sites are finding the new release. The Jenkins bug tracker is at https://issues.jenkins-ci.org/browse/JENKINS where you can search for and repor

RE: Upgrade woes (1.579)

2014-09-09 Thread David Aldrich
Hi Matthew Thanks for your reply. The Community Ratings for 1.579 look good. I have also looked at the bug tracker but can see nothing appropriate. I wondered whether anyone would have any more suggestions as to how to proceed? BR David --

Moving to Jenkins 1.579

2014-09-09 Thread Alex Brodov
Hi, I'm running now Jenkins 1.559 on Centos , I'd like to know how dificult it is to upgrade it to 1.579, what are the steps that are included in this process. I'm new to Jenkins so please give me some examples. Thanks, Alex -- You received this message because you are subscribed to the Googl

How do I Import a Jenkins plugins in Groovyscript?

2014-09-09 Thread polarice
I've trying to find some simple examples of how to use Jenkins git client plugin without much luck. Git client is installed, but I am not importing the git-client-plugin properly when I run execute a system groovy script (using the groovy plugin). import org.jenkinsci.plugins.gitclient.GitClie

Re: Copy files from multiple downstream jobs

2014-09-09 Thread Adam Guja
There's no such option in "copy artifacts plugin", maybe there's a plugin that extends this one which I dont know about... Unless somebody comes up with a better solution your best bet is to write a shell script that will download the artifacts via wget http://jenkinsurl/job/job_name/build_numbe