Re: jenkins build hangs while trying to check for modifications on git

2013-04-05 Thread Scott Evans
Antonio, Is this on a Windows box with more than one agent configured to run on it and possibly more than one agent is trying to do a git pull at the same time? If so, it may be ssh hanging on you. I recently went through this myself, and found the following reference a great help. http://darre

Re: jenkins build hangs while trying to check for modifications on git

2013-04-05 Thread JonathanRRogers
On Friday, April 5, 2013 3:55:24 AM UTC-4, Antonio Terreno wrote: > > Hi all, > > we are occasionally incurring a problem with our builds, basically the > build process hangs till a timeout occurs while doing git clone. > > This problem is affecting us more and more frequent, our jenkins has jus

Re: email-ext reporting Branch name

2013-04-05 Thread Slide
build is part of the binding that the email-ext plugin provides (its a variable), it is an instance of AbstractBuild, so I would start with the docs for that to determine what you can do. That's the main thing that the template can interact with, from there you can access properties and information

Re: email-ext reporting Branch name

2013-04-05 Thread Kamal Ahmed
i am having trouble understanding WHERE the tags ${build} , ${changeSet} are coming from, is there a way to get a list of what tags are available, and what methods can be used with them, like ${build.changeSet} without looking at the Jenkins and email-ext Source ? Also i just realized that the

Re: system Groovy script claspath question

2013-04-05 Thread Lloyd Meinholz
I'm on Solaris and installed and manage tomcat and jenkins myself, using a server specific uid. Lloyd On Fri, Apr 5, 2013 at 12:57 PM, Kamal Ahmed wrote: > well, it depends on how you installed jenkins, if you used apt-get on a > debian system, then jenkins is the user, if you deploy jenkins w

Re: system Groovy script claspath question

2013-04-05 Thread Kamal Ahmed
well, it depends on how you installed jenkins, if you used apt-get on a debian system, then jenkins is the user, if you deploy jenkins war in a tomcat container then i believe tomcat is the user. > > From: Lloyd Meinholz >To: jenkinsci-users@googlegroups.com

Re: system Groovy script claspath question

2013-04-05 Thread Lloyd Meinholz
I temporarily fixed the problem by copying the mysql*.jar file in $TOMCAT_HOME/webapps/jenkins/WEB-INF/lib folder, which is obviously a bad thing to do. Hopefully I can find another solution or someone can point me there. Thanks, Lloyd On Fri, Apr 5, 2013 at 10:09 AM, Lloyd Meinholz wrote: >

Artifacts Controlled Access

2013-04-05 Thread Dheeraj
Hi All, I have the requirement to implement control access to artifacts . As per the below link I have enabled the hudson.security.ArtifactsPermission but still not able to figure out how to configure the Artifact Permission I am using Jenkins 1..493 version and implemented LDAP with Role bas

Jenkins fails to restart after server restart

2013-04-05 Thread Martin
I'm getting the following error when starting our Jenkins instance. It seems like something is wrong with the Atlassian Crowd integration plugin. This started after we had to restart our linux server this morning (to my knowledge nothing else has changed recently in our Jenkins configuration

Re: system Groovy script claspath question

2013-04-05 Thread Lloyd Meinholz
I thought that since jenkins was running as an application in the tomcat container that the tomcat user is the same as the jenkins user in this context. That is why I was referring to the tomcat user. Did I misunderstand how that is working? I have the Classpath from: Thread.currentThread().execu

ldap authentication does not work

2013-04-05 Thread baraclese
Hello, I can't get ldap authentication to work with Jenkins 1.505/Windows7 and Jenkins 1.466/Ubuntu and I'm really stumped because even the Wireshark output below looks fine to me. The LDAP settings are: Server: ldap.mydomain.de:389 Root DN:DC=mydomain,DC=de User Search

Re: system Groovy script claspath question

2013-04-05 Thread Kamal Ahmed
I think you should think of the user executing the scripts from user "jenkins" perpective. also good idea to run "env" or "set" and echo $PATH as shell script, to see what environment you have. Hope that helps -K > > From: Lloyd Meinholz >To: jenkinsci-users@

Passing parameters between jobs when using the Build flow plugin

2013-04-05 Thread Patrik Johansson
Hi, I'm trying to set a variable in one job and have it passed along to the next, something that can easily be achieved by using the Parameterized trigger plugin. When using the build flow plugin https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin I'm having some trouble to do the same

ERROR: Failed to parse POMs with SNAPSHOT parent and private repository

2013-04-05 Thread Johannes Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, I am trying to build a maven3 project with a SNAPSHOT parent. I have a private repository that does contain the parent. Unfortunately building fails with this message[1] Any ideas how to solve that? (Jenkins 1.509) [1] Building on mast