Inject Environment variables during maven build

2013-03-06 Thread Levin, Ilya
Hi, I'm running a maven build and I want to set an environment variable X at the pre-build step using some property file, So that at the maven build step I could start parsing the pom at this root: $X/pom.xml Using Build Environment -> Inject environment variables to the build process -> Prop

RE: Unix or Windows

2013-01-27 Thread Levin, Ilya
Can you elaborate why? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Peter Miklosko Sent: יום א 27 ינואר 2013 13:53 To: jenkinsci-users@googlegroups.com Subject: Re: Unix or Windows Unix On 27 Jan 2013 11:37, "Levin, Ilya" mail

Unix or Windows

2013-01-27 Thread Levin, Ilya
Hello, I have a simple question, what OS should I Choose when installing Jenkins ? Thanks

debuging existing plugins

2013-01-07 Thread Levin, Ilya
Hi, I'm trying to debug a plugin using: LOGGER.log(Level.INFO,"Something "), Where can I see this log after starting Jenkins (http://:port/jenkins/log/all doesn't help)? Thanks.

LDAP src code

2013-01-07 Thread Levin, Ilya
Hello, I was wondering where can I find ldap plugin src code? Thanks

RE: ldap authentication

2013-01-06 Thread Levin, Ilya
@googlegroups.com Subject: Re: ldap authentication You should look it periodically to get dynamic of processes also you can try modify plugin sources to print debug information and recompile. On 06.01.2013, at 12:54, "Levin, Ilya" mailto:ilya.le...@hp.com>> wrote: Hello, I’m

ldap authentication

2013-01-06 Thread Levin, Ilya
Hello, I'm using Jenkins v 1.472 with ldap authentication, but the performance is very bad. It takes about 5 min or more to authenticate a user when logging. I tried looking at http://server/hudson/threadDump but it doesn't tell me much. How can I know where the spending time occurs? Thanks for

jenkins with ldap authentication

2013-01-03 Thread Levin, Ilya
Hello, I'm trying to use ldap in my Jenkins (v 1.485). I configured the ldap connection under the security relam, and it seems that the connection with the ldap server was established. I did a little test and entered 2 users, a false one and an existing one. As you can see Jenkins identified thi

Shell and environment variables

2012-11-14 Thread Levin, Ilya
Hi, I'm starting a parameterized build, say string parameter: param=value. When I use batch script to echo %param% it works and I see value When I use shell script to echo $param it shows nothing. Help? Thanks

How To commit in Jenkins

2012-11-14 Thread Levin, Ilya
Hello, I have a simple question, how can I commit changed to SVN repository done by Jenkins's shell script. I don't want to use the svn command in the shell itself. I was wondering if there is a plugin or an option I missed that does the Commit. Thanks

passing parameters to maven build

2012-11-13 Thread Levin, Ilya
Hello, I have created a maven build project, in the Goals and Options section I have: ` install -P -D=VALUE` VALUE is something I need to calculate in a shell script, what is the best way to pass it to maven (to the Goals and Options line). Thanks, ilya

RE: calling perl scripts from jenkins

2012-10-25 Thread Levin, Ilya
Execute Shell. If I select Execute Windows Batch Command, In command I can call perl script. perl c:/test.pl<http://test.pl> Thanks, Mitesh On Thu, Oct 25, 2012 at 5:35 PM, Levin, Ilya mailto:ilya.le...@hp.com>> wrote: Hi, Seems to be quite a simple task but still unable to achieve thi

calling perl scripts from jenkins

2012-10-25 Thread Levin, Ilya
Hi, Seems to be quite a simple task but still unable to achieve this. How can I call a perl script from inside Jenkins? Thanks

jenkins - File name too long ERROR

2012-10-24 Thread Levin, Ilya
Hi, I'm using Jenkins 1.458. When I try to delete a file with a long path I get this ERROR. Is there a way to overcome this in jenkins? Thanks

RE: Failed to check out on jenkins slave

2012-09-13 Thread Levin, Ilya
working there first before Jenkins. From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> [mailto:jenkinsci-users@googlegroups.com]<mailto:[mailto:jenkinsci-users@googlegroups.com]> On Behalf Of Levin, Ilya Sent: 13 September 2012 12:37 To: jen

RE: Failed to check out on jenkins slave

2012-09-13 Thread Levin, Ilya
ers@googlegroups.com> [mailto:jenkinsci-users@googlegroups.com]<mailto:[mailto:jenkinsci-users@googlegroups.com]> On Behalf Of Levin, Ilya Sent: 13 September 2012 11:47 To: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> Subject: Failed to check out on jenkins sla

Failed to check out on jenkins slave

2012-09-13 Thread Levin, Ilya
Hi, I'm using Jenkins 1.472. I configured a slave on a different machine I had via java web start. When I create a job for that machine the checkout fails with: Started by user X [EnvInject] - Loading node environment variables. Building remotely on Y in workspace Checking out a fresh works