Re: how to add many jobs in jenkins for all projects at once

2015-04-16 Thread MAHDAOUI
Any help plese :) Le mercredi 15 avril 2015 14:01:10 UTC+1, Fatiha a écrit : > > Hi , > > please we have at the moment a lot of projects to add in jenkins, i ask > if there is a script or any trick on jenkins that can allow us to do it ? > > thank's in advance > -- You received this m

jenkins subversion

2015-04-16 Thread Shivaprakash Tirlapur
hi i have installed jenkins and configured subversion on windows if there is a build failure i want to send the emails to the respective developer who has last committed the code in subversion how to do because subversion doesnot have the email id of the users can u help me on this -- You rec

RE: jenkins subversion

2015-04-16 Thread Jennifer Hofmeister
Hi, you can add them all in the Manage Jenkins --> Manage Users menu, including their e-mail addresses. You can then start to configure the e-mail behaviour, and later you can see their latest activities in the top level “People” menu. Best, Jennifer From: jenkinsci-users@googlegroups.com [ma

Re: Docker plugin - slave status is connection refused

2015-04-16 Thread Jānis Balodis
Hi, I've experienced a similar behaviour, but with docker plugin v 0.8 and Jenkins starting from version 1.606 till 1.609. If with 1.606 it is still possible to run builds, even though sometimes agents failed to start, 1.609 was impossible to use and I rolled back to 1.605. And this behaviour

Re: Docker plugin - slave status is connection refused

2015-04-16 Thread Nigel Magnay
You could try the beta-1 version in the experimental jenkins update centre - though the error there looks like a connection failure. On Thu, Apr 16, 2015 at 10:13 AM, Jānis Balodis wrote: > Hi, > > I've experienced a similar behaviour, but with docker plugin v 0.8 and > Jenkins starting from ver

Git repository connection times out sometimes

2015-04-16 Thread Jennifer Hofmeister
Hello, I have several build jobs that clone from a remote Git repository. On some of them, the git fetch part of the command fails with the following output: Building on master in workspace C:\Program Files (x86)\Jenkins\jobs\test_123\workspace > git.exe rev-parse --is-inside-work-tree # timeou

Re: Docker plugin - slave status is connection refused

2015-04-16 Thread Jānis Balodis
If you are referring to docker plugin then tried that too, last week though... On Thursday, 16 April 2015 12:28:42 UTC+3, nigelm wrote: > > You could try the beta-1 version in the experimental jenkins update centre > - though the error there looks like a connection failure. > > On Thu, Apr 16, 2

[Workflow-plugin] Use Jenkins plugins in Workflow

2015-04-16 Thread Carlos Lucas
Hi, I would like to use some plugins that are not in the compatibility list ( https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md) in my workflow job scripts. Is there any way to do it? Like calling the plugin class or something. Thank you! -- You received this message be

Re: how to add many jobs in jenkins for all projects at once

2015-04-16 Thread Carlos Lucas
Maybe the JobDSL plugin can helps you ( https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin ) With that plugin you can make a script that builds jobs automatically. If you have your projects on some scm I think it will be easy for you. El miércoles, 15 de abril de 2015, 15:01:10 (UTC+2),

ERROR: Processing failed due to a bug in the code

2015-04-16 Thread Eero Aaltonen
>From a maven job with target 'clean compile' Followed by execute shell 'mvn pre-site' This occurred after I disabled automatic reporting and tried to do it manually. Jenkins ver. 1.596.1 ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com

Re: ERROR: Processing failed due to a bug in the code

2015-04-16 Thread Eero Aaltonen
After unticking "Publish documents", this error disappeared. On Thursday, April 16, 2015 at 3:25:19 PM UTC+3, Eero Aaltonen wrote: > > From a maven job with target > 'clean compile' > > Followed by execute shell > 'mvn pre-site' > > This occurred after I disabled automatic reporting and tried to d

RE: Git repository connection times out sometimes

2015-04-16 Thread John Mellor
That sounds more like network issues that git issues. Is someone playing with duplicate IPs on your network and triggering spanning-tree or something? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jennifer Hofmeister Sent: April-16-15 05:38 To: j

Re: Selenium plugin "couldn't register this node : Hub is down or not responding: Connect to ... failed: Connection refused"

2015-04-16 Thread Julien Breton
Don't creat Jenkins slave and it's work. Le jeudi 30 octobre 2014 09:47:05 UTC+1, Julien Breton a écrit : > > Hello, > > I use the Selenium plugin of Jenkins. > On my Jenkins master (Ubuntu) I created a slave. > This slave is launched by JNLP on a VM (VirtualBox Ubuntu). > The communication betwe

Migrate Jenkins Master and Slaves Nodes

2015-04-16 Thread Ashish Yadav
I need to migrate the Jenkins Master server and Slave servers to new infrastructure. What is the ‘best practice’ to perform this migration other than just copying the JENKINS_HOME directory? What other ‘critical’ files need to be migrated over? -- You received this message because you are subs

Re: Docker plugin - slave status is connection refused

2015-04-16 Thread Jānis Balodis
Hi, Further more, the first build after Jenkins master restart works fine (Docker node is started and build completed). After that nodes are spawned, I can see that sshd is up, but jenkins slave is not launched. I can connect to a running instance via ssh by the given address and port. It all

Re: Migrate Jenkins Master and Slaves Nodes

2015-04-16 Thread Jānis Balodis
Considering that Jenkins stores all the configuration there, it is a solution that will work. Regarding slaves, there shouldn't be any useful information at all. All you should do is update node settings to point to new servers. On Thursday, 16 April 2015 16:28:54 UTC+3, Ashish Yadav wrote: > >

Re: How to resolve "Process leaked file descriptor" issue which caused job failure in Jenkins

2015-04-16 Thread Victoria Wei Lei
if it is hard to get rid of "Process leaked file descriptors", is there anyway I can make Jenkins ignore this failure step (or don't fail it), so I can move on next step. I am looking at Conditional buildstep plugin, but not able to figure out how this plugin work and whether it is the righ

Re: How to resolve "Process leaked file descriptor" issue which caused job failure in Jenkins

2015-04-16 Thread Mark Waite
I'm surprised if a process leaking a file descriptor would cause a build step to fail. I've never seen it fail in any of the cases where it was reported on my jobs. You may want to confirm that the build step did not fail, independent of whether or not there was a leaked file descriptor. If you'

Re: How to resolve "Process leaked file descriptor" issue which caused job failure in Jenkins

2015-04-16 Thread Victoria Wei Lei
Mark, the particular step is to call two processes by window batch command, those processes are successfully running after I set BUILD_ID=dontKillMe. Jenkins job was still marked as failure: Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+f

Sandboxed Maven builds on Jenkins

2015-04-16 Thread Jozo Vilcek
I have asked this question on stack overflow: http://stackoverflow.com/questions/2995/sandboxed-maven-builds-on-jenkins/ Any help is much appreciated! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Sandboxed Maven builds on Jenkins

2015-04-16 Thread Brent Atkinson
Hi, I may be missing something, but is there a reason you aren't just provisioning VMs or containers and using normal maven builds using agents? Brent On Thu, Apr 16, 2015 at 4:56 PM, Jozo Vilcek wrote: > I have asked this question on stack overflow: > > http://stackoverflow.com/questions/2966

Remote Communication Service (Windows Slaves running as a service)

2015-04-16 Thread Dunnigan, Terrence J
Hi all, I'm trying to configure some Windows 7 workstations to connect to our Jenkins server via a Window service. Currently they connect just fine over JNLP but we have traditionally experienced fewer issues when connecting via DCOM. I'm stuck early in the process, when Jenkins uses Remote Com

Re: Sandboxed Maven builds on Jenkins

2015-04-16 Thread Jozef Vilcek
Hi Brent, I am not sure. I am not familiar with Jenkins very well, therefore, most likely, I am missing something :) Can you elaborate or point me to some documentation? What do you mean by "containers"? With quick search, I have found a section about distributed builds and slave setup. Do you ref

Re: Sandboxed Maven builds on Jenkins

2015-04-16 Thread Brent Atkinson
Hi Jozo, Yes, I was using the less incendiary term for the distributed build agents (or slaves), so you found the right docs. "Container" was referring to something like, but not necessarily Docker containers. When you use agents, you are typically do it to: * unload the load from the build m

Re: Sandboxed Maven builds on Jenkins

2015-04-16 Thread Jozef Vilcek
Actually, Jenkins build environment I use does distributed builds (I do not manage this). I have a feeling that agent setup is rather static. Projects I need to build have native dependencies, which can change a lot. There are many projects, they share build cluster and there dependencies can be of

Re: Sandboxed Maven builds on Jenkins

2015-04-16 Thread Brent Atkinson
Hi Jozo, Yes, you should be able to do something like that. However, your feeling isn't quite right: it is fairly common for people to provision hosts and tear-down them down part of the build. One reason this is advantageous is that your "cleanup" can fail and then your build environment is corru

Re: How to resolve "Process leaked file descriptor" issue which caused job failure in Jenkins

2015-04-16 Thread Mark Waite
I think those two lines are independent of one another. The line: Build step 'Execute Windows batch command' marked build as failure hints that the batch script returned a failure code to its calling environment. I believe the default exit value for a batch script is the exit value of the last

Artifactory issues

2015-04-16 Thread Tommy Cregan
Hi all, I'm having a bit of trouble with the *Artifactory Server* details in Jenkins. I have *Artifactory* running in *Virtual Box* localhost:8081 on *Ubuntu* and I have configured the *Ubuntu* instance of this *VM* with a *Static IP* and bridged networking. I have *Jenkins* running on an Ubunt

Re: Sandboxed Maven builds on Jenkins

2015-04-16 Thread Jozef Vilcek
Brent, Thanks for the lead. I will dig into it. It seems there is a light at the end of my tunnel :) Thanks a lot! Jozo On Fri, Apr 17, 2015 at 12:04 AM, Brent Atkinson wrote: > Hi Jozo, > > Yes, you should be able to do something like that. However, your feeling > isn't quite right: it is fai

Re: Artifactory issues

2015-04-16 Thread Tommy Cregan
On Thursday, April 16, 2015 at 11:14:33 PM UTC+1, Tommy Cregan wrote: > > Hi all, > > I'm having a bit of trouble with the *Artifactory Server* details in > Jenkins. I have *Artifactory* running in *Virtual Box* localhost:8081 on > *Ubuntu* and I have configured > the *Ubuntu* instance of this

Re: Artifactory issues

2015-04-16 Thread Brent Atkinson
Tommy, If you are using bridged networking (definitely not NAT) and are on a network where you can safely assign the VM a different static IP, you need to start by configuring the VM an IP that is not in an IPv4 private address space. Once you have done this, you should attempt to access Artifacto