Re: Multiple SVN revision numbers affecting "Change set" reported by the SVN plugin

2015-11-17 Thread Manuel Jesús Recena Soto
Hello, I asked you about the console output. Regards, 2015-11-17 1:09 GMT+01:00 Alexander Kress : > Hi Manuel, > > My bad, I did not mention two jobs to keep things simpler. :) The fact that > I am using different jobs should not make any difference as the jobs are > fully independent, they have

Re: Multiple SVN revision numbers affecting "Change set" reported by the SVN plugin

2015-11-16 Thread Alexander Kress
Hi Manuel, My bad, I did not mention two jobs to keep things simpler. :) The fact that I am using different jobs should not make any difference as the jobs are fully independent, they have their own workspaces and do their own checkouts. The Watcher job simply triggers the Main job, otherwise ther

Re: Multiple SVN revision numbers affecting "Change set" reported by the SVN plugin

2015-11-16 Thread Manuel Jesús Recena Soto
Hello Alex, Your scenario changes in each email ;) I don't know why you don't use different jobs 2015-11-16 19:23 GMT+01:00 Alexander Kress : > Certainly, please see the attached image, for the "Main" job. > > What this shows: I've configured two checkouts, into two different physical > loca

Re: Multiple SVN revision numbers affecting "Change set" reported by the SVN plugin

2015-11-16 Thread Manuel Jesús Recena Soto
Could you send a screenshot with your configuration and textfile with eh output console? I did not understand what you want to do. Regards, 2015-11-16 15:57 GMT+01:00 Alex Kress : > Thanks Manuel. I've tried this but no luck. The job is still saying "No > changes", even though it cleaned out all

Re: Multiple SVN revision numbers affecting "Change set" reported by the SVN plugin

2015-11-16 Thread Alex Kress
Thanks Manuel. I've tried this but no luck. The job is still saying "No changes", even though it cleaned out all the files and did a fresh checkout. Does it hurt at all that on the job run I am checking out two code branches (one of which did not change) each time, is it possible that it grabs

Re: Multiple SVN revision numbers affecting "Change set" reported by the SVN plugin

2015-11-16 Thread Manuel Jesús Recena Soto
Hello Alex, The revision come from the working copy (in the Job's workspace). If you want to use the same job for building different content (tags, branches), is the safest way. Regards, 2015-11-16 15:24 GMT+01:00 Alex Kress : > Thanks Manuel, will try this. Does this mean that Jenkins stores t

Re: Multiple SVN revision numbers affecting "Change set" reported by the SVN plugin

2015-11-16 Thread Alex Kress
Thanks Manuel, will try this. Does this mean that Jenkins stores the revision of the last checkout separately somewhere in Workspace, which will get deleted with this option? Or does this alternatively prevent it from detecting the revision number of the previous checkout? On Monday, November 1

Re: Multiple SVN revision numbers affecting "Change set" reported by the SVN plugin

2015-11-16 Thread Manuel Jesús Recena Soto
Hello Alex, Try to use the option "Always checkout a fresh copy" in Check-out Strategy: "Delete everything first, then perform "svn checkout". While this takes time to execute, it ensures that the workspace is in the pristine state." from official documentation. Regards, 2015-11-16 14:59 GMT+01:

Multiple SVN revision numbers affecting "Change set" reported by the SVN plugin

2015-11-16 Thread Alex Kress
Hi, I was advised by Manuel Recena to post my question here, hoping you can help me with a problem I've been trying to resolve for quite sometime without any luck. I am using Genkins SVN plugin (thank you :) ) to run my CI. My jobs are slightly unusual as I use the same job to run tests on mul