Help with maven site needed

2013-02-06 Thread Ilko Iliev
Hi, I think I'm running into the issues described in JENKINS-6681[1], however I have slightly different problem. As described in the issue if I run mvn clean deploy site on a multi module project the link gives 401 and there is no way to get to the combined reports. After that I splitted the goals

Re: Jenkins 1.498 - Builds disappearing

2013-02-06 Thread Richard Mortimer
I suspect it is https://issues.jenkins-ci.org/browse/JENKINS-15156 Builds disappear from build history after completion Regards Richard On 06/02/2013 05:18, Daniel Becroft wrote: Further information: Restarting Jenkins makes the builds display again, but that's not an ideal solution. There is

Re: How does Jenkins checkout sources from svn to the slaves?

2013-02-06 Thread Mehdi Hayani Soujaa
Hi, Thank you Nicolas for your answer, But, in my case, wouldn't the sources code retrieval be affected the same as using a simple svn client ? I mean since checkout does not work from the slave because SSL is disabled, this should be the same using svnkit ?? Regards Mehdi -- You received t

Re: Perform a single svn checkout in a multi-configuration project

2013-02-06 Thread Fernando Cerezal
2013/2/5 Les Mikesell : > On Tue, Feb 5, 2013 at 6:33 AM, Fernando Cerezal wrote: >> Is there any way to perform an unique checkout to workspace? > > Multi-configuration jobs are generally used to build in parallel > across a different set of platforms or environments. If your job is > just one s

Re: Perform a single svn checkout in a multi-configuration project

2013-02-06 Thread nicolas de loof
2013/2/6 Fernando Cerezal > 2013/2/5 Les Mikesell : > > On Tue, Feb 5, 2013 at 6:33 AM, Fernando Cerezal > wrote: > >> Is there any way to perform an unique checkout to workspace? > > > > Multi-configuration jobs are generally used to build in parallel > > across a different set of platforms or

Re: Perform a single svn checkout in a multi-configuration project

2013-02-06 Thread Les Mikesell
On Wed, Feb 6, 2013 at 6:44 AM, Fernando Cerezal wrote: > >>> Is there any way to perform an unique checkout to workspace? >> >> Multi-configuration jobs are generally used to build in parallel >> across a different set of platforms or environments. If your job is >> just one set of serialized st

Re: how to ensure a job executes on all slaves.

2013-02-06 Thread Mark Waite
I've not found a way to define a job which will run on all build slaves and which adapts automatically to the addition and removal of slaves.   My technique has been to define a multi-configuration job and individually select each node which should execute the job.   Mark Waite >___

Is it possible to remove 'changes' links for non SCM controlled jobs

2013-02-06 Thread Mark Rawlings
Hi, Is it possible to suppress the 'changes' and 'all changes' links on jobs that don't use a Source Code Management utility to monitor for changes. I have a number of scheduled jobs that don't monitor or use SCM from within Jenkins. I'd like to be able to hide these links that serve no purpose

Re: Jenkins Maven Job does not trigger all downstream jobs.

2013-02-06 Thread liam.j.bennett
We have the same problem with maven 2.2.1 and Jenkins 1.485 On Monday, February 13, 2012 3:34:58 PM UTC, Daniel Spicar wrote: > > Hi, > > I tried to search but didn't find anything on this issue. > > I have an issue where a Jenkins maven job only builds those downstream > projects that have tha

Re: Perform a single svn checkout in a multi-configuration project

2013-02-06 Thread Fernando Cerezal
2013/2/6 Les Mikesell : > On Wed, Feb 6, 2013 at 6:44 AM, Fernando Cerezal wrote: >> Is there any way to perform an unique checkout to workspace? >>> >>> Multi-configuration jobs are generally used to build in parallel >>> across a different set of platforms or environments. If your job is >

Re: Perform a single svn checkout in a multi-configuration project

2013-02-06 Thread Fernando Cerezal
2013/2/6 nicolas de loof : > > 2013/2/6 Fernando Cerezal >> >> 2013/2/5 Les Mikesell : >> > On Tue, Feb 5, 2013 at 6:33 AM, Fernando Cerezal >> > wrote: >> >> Is there any way to perform an unique checkout to workspace? >> > >> > Multi-configuration jobs are generally used to build in parallel >>

Re: Perform a single svn checkout in a multi-configuration project

2013-02-06 Thread Les Mikesell
On Wed, Feb 6, 2013 at 8:46 AM, Fernando Cerezal wrote: >>> >>> Really, there are several projects, with their own tests each one, but >>> all of them are folders of the same svn repository. >> >> That doesn't quite mesh with the description of each one needing >> access to the others contents. >

Re: How does Jenkins checkout sources from svn to the slaves?

2013-02-06 Thread Sami Tikka
What does it mean when you say "SSL is disabled"? How can you disable SSL? You have blocked access to SVN server port 443? -- Sami Mehdi Hayani Soujaa kirjoitti 6.2.2013 kello 13.25: > Hi, > > Thank you Nicolas for your answer, > > But, in my case, wouldn't the sources code retrieval be a

Re: how to ensure a job executes on all slaves.

2013-02-06 Thread JonathanRRogers
On Wednesday, February 6, 2013 1:57:02 AM UTC-5, Kenneth Nielsen wrote: > > Hi all, > > We have just upgraded some 3rd party libraries we use. > I would like a Jenkins job to pull them from subversion onto all our > windows build slaves. > I have them grouped under a label. > > thanks > kenneth

Jenkins master node crashes often when viewing console logs of builds on slaves

2013-02-06 Thread Stuart Whelan
Hi folks, I am getting repeated crashes of my jenkins master, when I view console logs of builds run on slaves. It happens often, but not every time. I logged an issue https://issues.jenkins-ci.org/browse/JENKINS-16528, but I am unsure on what other info I can gather. I am on Windows Server 200

Re: Re: Re: Re: Server usage pegged at 99%

2013-02-06 Thread Andrew Melo
Hey everyone, Sorry for resurrecting that thread, but are there any solutions for this problem? It's basically killing our instance often. best, Andrew On Wed, Aug 1, 2012 at 11:47 AM, Andrew Melo wrote: > Oh, wow, I didn't notice, but jenkins has autopopulated a user for > everyone that ever c

Re: Server usage pegged at 99%

2013-02-06 Thread Sami Tikka
Are there any errors/exceptions in Jenkins log files or stdout/stderr? -- Sami Andrew Melo kirjoitti 6.2.2013 kello 22.13: > Hey everyone, > > Sorry for resurrecting that thread, but are there any solutions for > this problem? It's basically killing our instance often. > > best, > Andrew > >

Re: Build Flow Modularization

2013-02-06 Thread Foxgang
Ok, thanks for the update. On Tuesday, February 5, 2013 7:47:03 AM UTC-6, Nicolas De loof wrote: > > so, you are running a meta-flow plugin ! > there is no short term plan for the build-flow plugin to offer this level > of flexibility. I plan to make the DSL source an extension point, so user

Re: Detect command failure?

2013-02-06 Thread Sami Tikka
We need more details to help you. What type of job have you created? How exactly are you executing phpunit? What is the build step you use? Shell, CMD, something else? Can you show us the exact command or configuration? More information is better than less. -- Sami Adam Tong kirjoitti 5.2.2

Re: Beta Build Environment

2013-02-06 Thread Sami Tikka
I have developed instructions on how to set up Jenkins from scratch if our Jenkins would catch fire and burn to the ground. I have also used the instructions to set up a 2nd Jenkins to run a newer version of Jenkins before upgrading. You need the jenkins.war, the plugins, the global config.xml

RE: Beta Build Environment

2013-02-06 Thread William Soula
Also can look into Jenkins Job Builder to put your job configuration under version control. And I second the cli for plugin loading, can load them all with one command you could put in version control. Then you just need the war and the global config. https://github.com/openstack-infra/jenkin

Re: Beta Build Environment

2013-02-06 Thread Andrew Melo
You could also go the other way around and use whatever configuration management tool you use (like puppet) to provision your jenkins instances. On Wed, Feb 6, 2013 at 3:21 PM, William Soula wrote: > Also can look into Jenkins Job Builder to put your job configuration under > version control. A

Re: $HOSTNAME in email-ext plugins

2013-02-06 Thread Foxgang
After further investigation and log inspection, it looks like HOSTNAME doesn't get set in the remote shell used to run the slave. I'm assuming it's because the shell is started in non-interactive mode. As a workaround, we are manually defining HOSTNAME as an environment variable in the slave co

Re: jenkins clustering

2013-02-06 Thread Sami Tikka
Matteo Centonza kirjoitti 5.2.2013 kello 10.45: > But in case of master failure, even if running on slaves machines perfectly > fit, jobs would be abrouptly stopped just because master <-> slave channel > is interrupted. Yes, if the master or slave breaks, you will always get a failed build. Th

Re: Antwort: Jenkins + Subversion + SSL client certificates

2013-02-06 Thread Graham Leggett
On 04 Feb 2013, at 5:38 PM, Graham Leggett wrote: > Is there a way to get rid of svnkit entirely? In our case the native svn > client works fine, we don't need this second client, it doesn't seem to work > properly with digital certificates and/or SNI and has no error handling at > all. To th

Re: Triggering multiple builds with the Git Plugin.

2013-02-06 Thread Adam Mercer
On Mon, Jan 28, 2013 at 9:00 PM, Adam Mercer wrote: > That sounds like a reasonable explanation. Is there a way I can have a > separate workspace for polling, so that this doesn't block? Just to close the loop on this, I set a custom workspace for this project and this allowed multiple jobs to b

Re: Getting all Job Information from different Server

2013-02-06 Thread blaz
You should setup single Jenkins master with 0 executors. Individual departments would just manage slaves. This way all build information is gathered on master. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and