Re: /usr/bin/prove: Cannot find blib

2012-11-01 Thread David Weintraub
Look at this @INC path: /extra/coderyte/nlp-builds/icd/icd-current/tools/perl_lib /extra/coderyte/www/iatqa/cgi-bin /extra/coderyte/www/iatqa/bin/engine/icd /extra/coderyte/www/iatqa/etc /extra/coderyte/www/iatqa/bin/engine/icd/engine /extra/coderyte/www/iatqa/bin/engine/icd/engine/perl_lib

Re: /usr/bin/prove: Cannot find blib

2012-11-01 Thread Kamal Ahmed
David, Unfortunately i would have to stick to Perl 5.8.8 Here is more of the error: 15:06:11 + sh run_prove.sh 15:06:18 ./DBI_CrossFeed_Crosswalk_custom.Can't locate Log/Log4perl.pm in @INC (@INC contains: /extra/coderyte/nlp-builds/icd/icd-current/tools/perl_li

Trouble deploying to nexus via m2-release plugin

2012-11-01 Thread dredd
When I do a "Perform Maven Release" on my project (using the m2 release plugin), everything works fine, except that on the deploy step jenkins fails with the exception message "Maven execution failed, exit code: '1'". However, the deploy actually succeeds and the artifact is put into nexus. The

How can I display the multiple runs of the same job on different platforms on Jenkins dashboard?

2012-11-01 Thread san jan
How can I display the multiple runs of the same job on different platforms on Jenkins dashboard? I'm running the same job as *multi-configuration project on different platforms and I want to display the runs on Jenkins dashboard.*

Re: Script behaves differently when run through Jenkins

2012-11-01 Thread Stephen Connolly
You shouldn't. Can you send some more details of the node that the job is running on (os & java version) Downgrading to 0.1 will be less useful as the tomcat-native code is still there, just only used as a last resort if the JNR tricks dont Can you send the full portion of the console log that ha

FTP publisher plugin appears to succeed, but files are not on the destination machine???

2012-11-01 Thread Steve K
Hello, The console output leads me to believe that the file was successfully FTP'd, but the file does not actually show up on the destination machine. Here is the relevant portion of my console output: Connecting to 10.555.55.555 file:/C:/Jenkins/workspace/z_Try_FTP/ current root dir /TOP curren

Re: Trouble with xUnit plug-in on OS X? "The plugin hasn't been performed correctly: remote file operation failed"

2012-11-01 Thread Jonathan Rice
Okay, I have mostly solved this. It seems that the xUnit plug-in did not like the dummy JUnit XML code that I was feeding it. I rejigged my test script to feed one of the example JUnit XML files from http://junitpdfreport.cvs.sourceforge.net/junitpdfreport/src/resources/examples/testresults/

Re: Script behaves differently when run through Jenkins

2012-11-01 Thread Burkhard Reffeling
After downgrading to 0.1 and installing tomcat native (which was fun!) I got this: [ssh-agent] Using credentials jenkins FATAL: [ssh-agent] Unable to start agentjava.lang.NullPointerException at com.cloudbees.jenkins

Re: Script behaves differently when run through Jenkins

2012-11-01 Thread Burkhard Reffeling
Haha ;) I've got version 1.0 and am getting: FATAL: [ssh-agent] Unable to start agentjava.lang.UnsatisfiedLinkError : no tcnative-1 in java.library.path, no libtcnative-1 in java.library.path(/usr/lib/jvm/java-6-oracle/j

Reporting results from the same job run on different platforms

2012-11-01 Thread san jan
Hi I need to run the same job on different platforms and I'm wondering if there is a way to display the results of the same job run on different platforms. Please let me know. Thanks! Sandya

Re: /usr/bin/prove: Cannot find blib

2012-11-01 Thread David Weintraub
I see you're on Perl 5.8.8 -- a release of Perl that's over six years old. The "use feature" pragma didn't come in until Perl 5.10 (current version is 5.16). All that "use feature" does is give you access to the "say" command. Say is like "print" except that it automatically includes a "\n". Us

Re: /usr/bin/prove: Cannot find blib

2012-11-01 Thread Kamal Ahmed
Hi David, Now i am getting error: ./test_log4p.pl  Can't locate feature.pm in @INC (@INC contains: /usr/coderyte/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/coderyte/lib/perl5/site_perl/5.8.8 /usr/coderyte/lib/perl5/5.8.8/x86_64-linux-thread-multi /usr/coderyte/lib/perl5/5.8.8 .)

Re: /usr/bin/prove: Cannot find blib

2012-11-01 Thread David Weintraub
Perl CPAN modules can be installed via user or via machine. Normally, if you can't get root access on the machine, you install it for that user. Maybe the Log::Log4perl module is installed as a user module. Thus, if you're running it as another user, you simply can't find the module. Another po

/usr/bin/prove: Cannot find blib

2012-11-01 Thread Kamal Ahmed
Hi, When i run run_prove.sh after doing an ssh to host , the perl unit tests run fine but when i do it via "Execute shell script on remote host using ssh" i get error: 11:41:35 + prove -b -v -r . 11:41:35 /usr/bin/prove: Cannot find blib 11:41:35 No blib directories found. 11:41:35 Can't locate

/usr/bin/prove: Cannot find blib

2012-11-01 Thread Kamal Ahmed
Hi, When i run run_prove.sh after doing an ssh to host , the perl unit tests run fine but when i do it via "Execute shell script on remote host using ssh" i get error: 11:41:35 + prove -b -v -r . 11:41:35 /usr/bin/prove: Cannot find blib 11:41:35 No blib directories found. 11:41:35 Can't locate

Re: Disable installation of launchd service on OS X slaves?

2012-11-01 Thread Alex Rønne Petersen
That worked, thanks! I've filed an issue because 1) The new behavior breaks a previously perfectly working setup; 2) The new behavior is counter-intuitive (I wouldn't expect an SSH slave to try to set up JNLP); 3) There's no obvious option in the UI to disable this behavior. https://issues.jenk

Re: Configure Jenkins slave through ssh gateway

2012-11-01 Thread Gábor Garami
I dunno if it can or can't work, but give a try for $HOME/.ssh/config and ProxyCommand on master. Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.10.28. 17:36, "Gergo" ezt írta: >

Trying to remove excess entries from job Config History caused by envInject

2012-11-01 Thread Bailey, Darragh
Hi, I'm trying to put together a script that can be run via the console or possibly the groovy plugin, to remove all the additional saved configs added due to how the envInject and jobConfigHistory plugins interact. Related Jira is https://issues.jenkins-ci.org/browse/JENKINS-14144. The core p

Re: Script behaves differently when run through Jenkins

2012-11-01 Thread Stephen Connolly
decided to call it 1.0 ;-) On 1 November 2012 12:44, Stephen Connolly wrote: > I actually have the ssh-agent plugin version 0.2 now no-longer requiring > tomcat-native (except perhaps on windows) > > > On 31 October 2012 20:44, Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > >> You

Re: Script behaves differently when run through Jenkins

2012-11-01 Thread Burkhard Reffeling
Thanks, I'll give it a spin tonight (don't use windows, so shouldn't be a problem) * * *Burkhard Reffeling* Software Engineer On 1 November 2012 12:44, Stephen Connolly wrote: > I actually have the ssh-agent plugin version 0.2 now no-longer requiring > tomcat-native (except perhaps on windows

Re: Script behaves differently when run through Jenkins

2012-11-01 Thread Stephen Connolly
I actually have the ssh-agent plugin version 0.2 now no-longer requiring tomcat-native (except perhaps on windows) On 31 October 2012 20:44, Stephen Connolly wrote: > You might want to try out the ssh agent plugin... Though it is a tad rough > and ready. It will work if you install tomcat-native

Data difference between "Console Output" and "View as Plain Text"

2012-11-01 Thread Senthil Kumar Chandran
Hi, I can see there are some data diff between "Console Output" and "View as Plain Text". Some errors are not reflecting in "Console Output" whereas the same can be seen in "View as Plain Text". >From my understanding, Console Output data is replica of View as Plain Text. Please correct me

Re: Job Dependecy to external lib/app

2012-11-01 Thread mrz
custom tools plugin helped me solve my problem. Thank you. On Saturday, October 27, 2012 3:40:57 PM UTC+3:30, cjo wrote: > > As regards installing tools for performing the build there are several > that already do this, i.e. git, java sdk, etc and the custom > tools plugin[1] will allow you to

Deploy (install) RPM packages using Jenkins

2012-11-01 Thread mrz
Hi, I'm trying to make rpm packages, and add them to a local repository using Jenkins for my Qt projects and then install them on target machine. After doing some search I have the process in mind as follow, just wanted to make sure that I'm on the right path. I build my jobs on the slave machi