RE: Getting java exceptions while running my job from Jenkins server

2015-04-22 Thread Matthew.Webber
You will increase the chances of someone responding if you provide some context. What version of Jenkins? What platform(s)? Did this work in the past, and then stop working (if so; what changed?), or are you trying something new? From: jenkinsci-users@googlegroups.com

RE: Parameterized trigger plugin: File Parameter not supported?

2015-04-22 Thread Ginga, Dick
Well, I don’t know about file parameters but one way to do this is to have the jobs archive the zip and readme files and then send the job name and build number to the dedicated file job and that job can then, using the Copy Artifact Plugin, copy those files to your file job workspace.

Getting java exceptions while running my job from Jenkins server

2015-04-22 Thread Krishna Kumar Tiwari
Hi I am getting following exception while building my job. What may be the problem ? http://pastebin.com/14C8ff6c -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email

Build Flow Plugin - Dynamic Job Invocation

2015-04-22 Thread Zile Rehman
I am trying to use the Build Flow Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin) to dynamically define a parallel build job. In my main script, I am dynamically defining a playCompBuilderList. Then I iterate through through the list and trigger the build for each item,

Re: Docker plugin - slave status is connection refused

2015-04-22 Thread Jānis Balodis
The same behaviour with 1.610 On Thursday, 16 April 2015 17:16:36 UTC+3, Jānis Balodis wrote: 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

How to dynamically set the local maven repo for a jenkins job

2015-04-22 Thread Samith Dassanayake
Hi all, I'm trying to create a jenkins job using the Jenkins remote access API[1]. What I want to achieve is, I want to specify the local maven repository for the job, using the job configuration(config.xml) which I send to the create job API. How can I achieve that? What are xml attributes

Re: Jenkins slave restart

2015-04-22 Thread Mark Waite
If you're running performance tests, isn't the presence of any other processes a risk to the repeatability of your performance test? Wouldn't it be better to use a Jenkins slave (or master) to launch the target program from a remote machine, without a Jenkins slave agent on the machine running

Getting error during deployment

2015-04-22 Thread Bharath Raj
Hi team , I am trying to deploy artifact through Weblogic server ..After building project I have written build.xml which is generating war successfully .. I am able to undeploy but while deploying I am getting the below error . Could you please help me in solving the issue and let me know the

Re: How to dynamically set the local maven repo for a jenkins job

2015-04-22 Thread Samith Dassanayake
Hi Mark, The problem is I want to define manually a local maven repository folder instead of the defined in the global, per a job. To do that what are the plugins that I have to install and what are the configurations that I should change? Thanks, Samith On Thursday, April 23, 2015 at

Jenkins LTS updates

2015-04-22 Thread rqui
I am going to update our Jenkins version but on the website the latest LTS release is 1.596.2 and the rhel yum update version is 1.596.3. Any reason they are different? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this

Re: JMS trigger

2015-04-22 Thread Nick
Hi Tommy, I'm looking for a similar plugin. How'd you go with this? Did you ever get the plugin working/published to the Jenkins repo? Kind regards, Nick On Saturday, 25 February 2012 12:06:07 UTC+11, tommyB wrote: That is perfect not sure how I missed that. Thanks. On Feb 24, 11:56

Re: How to dynamically set the local maven repo for a jenkins job

2015-04-22 Thread Mark Waite
The maven build step that is available with a freestyle project includes an Advanced button. I believe that Advanced panel includes options which will allow you to specify a maven repository per job. On Wed, Apr 22, 2015 at 8:28 PM Samith Dassanayake hisam...@gmail.com wrote: Hi Mark, The

Re: Unable to get Jenkins to start on MacOS-X 10.10 Yosemite

2015-04-22 Thread Barry Anderson
It might be worth trying just the following command: sudo chown jenkins /var/log/jenkins/jenkins.log Hope this helps, Barry On Monday, October 20, 2014 at 10:09:29 AM UTC+11, Robin Mills wrote: Folks I've had Jenkins running for months on my Mac Mini. I upgraded today to Yosemite and

RE: Jenkins slave restart

2015-04-22 Thread Dunnigan, Terrence J
Two thoughts. 1) When running Jenkins as a service, can you run as a user, instead of local system? And can you give that user permissions to your share? 2) From a command window, “shutdown /r /t 0” will restart the machine. If you’re not running as a service you’ll need to log in

EnvInject plugin - Not loading variables configure in Node properties file

2015-04-22 Thread 'Joshua Staker' via Jenkins Users
I've configured the following setting to load environment variables from a .properties file:  1. Manage Jenkins Manage Nodes Node1 Configure  2. Under Node Properties enabled the checkbox for 'Prepare Jobs environment'  3. In 'Properties File Path' I specify the path to the .properties file 

Installed post-completed-build-result to use Ping URL to post completed build results, but see nothing in the build log

2015-04-22 Thread 'sa_nk' via Jenkins Users
Hi, I have installed post-completed-build-result plugin to use Ping URL to post completed build results configured @ URL to submit the completed build URLs to in the Jenkin Configure section. But see nothing in the build log. Can you please help what I am missing? Thanks in advance. Sathya.

Re: [workflow-plugin] Groovy CPS DSL from SCM and Stash notification trigger

2015-04-22 Thread Tom Deblauwe
Hello again, Just for the record: I solved it now by putting my jobs under the workflows git repo, so in a directory like this: src/com/bla/jobs/BuildApplication.groovy and then in that script I could make a start() function and then call that in the job like this: def task = new

Jenkins slave restart

2015-04-22 Thread pranyt
Hi, We have recently adopted Jenkins to manage performance testing lab which comprises of many performance testing servers. *A little background of the problem we have:* Lately we have been observing some discrepancy in the readings due to memory consumption of Jenkins slave - memory

Re: Using signed SSL certificates to start Jenkins

2015-04-22 Thread Maciej Jaros
Mike Bayliss (2015-04-03 15:09): To follow up myself, actually I only have the problem in Firefox. Using IE or chrome I don't get a warning (although the self signed certificate gave me warnings). So should I be trying to fix this in my keystore or is just my Firefox is missing a certificate

RE: Git repository connection times out sometimes

2015-04-22 Thread Jennifer Hofmeister
Hi, just to thank everyone for your ideas and to give an update: It was no network issue, everything looked clean on that side. Also, it was no git client issue on the Jenkins master side, I updated it along with the plugin with no effect. (Although on the repository side, it was 1.7.11.8 …