How to retrieve downstream(child Job) env variable on upstream Job??

2015-07-22 Thread Srikant Mishra
Hi , I am running a Job , on master and initiating the build procedure on child job that runs on a slave. How can i retrieve environment variables of child project on master ? Tried populating the upstream job's env.properties file with remote execution , but it failed to update the proper

Re: Problem spinning VM through Jenkins using libvirt.

2015-07-22 Thread Lukas Krupa
Following did not help me, but maybe it will help you https://bugzilla.redhat.com/show_bug.cgi?id=790789 Dňa utorok, 1. októbra 2013 7:22:06 UTC+1 Rishabh Das napísal(-a): I have a script which spins out virtual machines using libvirt. The script uses a kickstart file for the automated

xUnit with Ranorex

2015-07-22 Thread moty . fux
Trying to show my ranorex test results in Jenkins, I did everything in this link: http://www.ranorex.com/blog/make-your-ranorex-report-fully-comprehensible-for-jenkins-by-using-xunit and i'm keep getting these messages: *[xUnit] [INFO] - [Custom Tool] - No test report file(s) were found with

Re: xUnit with Ranorex

2015-07-22 Thread moty . fux
On Wednesday, July 22, 2015 at 6:49:42 PM UTC+3, moty...@gmail.com wrote: Trying to show my ranorex test results in Jenkins, I did everything in this link: http://www.ranorex.com/blog/make-your-ranorex-report-fully-comprehensible-for-jenkins-by-using-xunit and i'm keep getting these

Re: Jenkins Remoting Agent - Expired Certificate

2015-07-22 Thread Kohsuke Kawaguchi
Yes, my code signing certificate expired. Up until about 2 years ago, I was signing these bits without including the timestamp. That has the unfortunate side effect of invalidating the signature when my certificate expires, which happens sooner or later. Since then I have modified the signing

Jenkins Remoting Agent - Expired Certificate

2015-07-22 Thread Dunnigan, Terrence J
Has anyone else encountered this? We're running Jenkins LTS 1.554.3 and Java Server SDK 7u72 on a Windows 2008 Server, and Java 7u72 on the slave workstations. When we restarted our server yesterday none of our slaves connected via DCOM. They never made it past the first (Connecting to ...) or

Re: Jenkins link for 1.621 not working from Manage Jenkins

2015-07-22 Thread Skylar Sutton
I'm also experiencing this. Our auto-updater fails with hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/war/1.621/jenkins.war (redirected to: http://ftp-nyc.osuosl.org/pub/jenkins/war/1.621/jenkins.war) at

RE: Version Issues on Website

2015-07-22 Thread David Aldrich
Sorry to go on about this, but 1.621 is still advertised but not available. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- us...@googlegroups.com] On Behalf Of David Aldrich Sent: 21 July 2015 09:00 To: jenkinsci-users@googlegroups.com Subject: RE:

Re: Invoking top-level Maven targets on a slave

2015-07-22 Thread Anthony Green
On Tuesday, 21 July 2015 13:21:37 UTC+1, Anthony Green wrote: I''m running a Jenkins Ubuntu Master with an OS X Slave I can't get a build step Invoking top-level Maven targets to run on a slave. I get a FATAL: command execution failed java.io.IOException

Increasing slave performance - Jenkins

2015-07-22 Thread Ozcan Ovunc
I know it is not needed to install Jenkins on the slave machine. And this way, master shares it's configuration settings with it's slave over the communication link, as far as I know. Well my question is, does installing Jenkins on the slave machine with same configuration affect the slave's

RE: Version Issues on Website

2015-07-22 Thread John Mellor
Agreed. 1.621 is inaccessible, as is the changelog for 1.621. This can't be a cache issue for this long. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: July-22-15 06:25 To:

Re: Jenkins Perforce workspace question

2015-07-22 Thread Martin
Hi, Iata: Thanks for your detailed info. But I still have some questions. To keep it simpler, I did the following: I created a super simple test case. It would be great if you can point out where I may be wrong. I just want to have a simple test of using P4 Jenkins plugin. My steps are

Re: Version Issues on Website

2015-07-22 Thread Rinaldo DiGiorgio
Shouldn't someone take down 1.621 on the website. On Wed, Jul 22, 2015 at 10:21 AM, Daniel Beck m...@beckweb.net wrote: It's not a cache issue, the release was aborted halfway through. Monitor JENKINS-29518 for updated information on this issue. On 22.07.2015, at 15:30, John Mellor

RE: Jenkins Remoting Agent - Expired Certificate

2015-07-22 Thread Dunnigan, Terrence J
Thank you! I appreciate the prompt response and assistance. I can confirm I am using slave jar 2.36 when I get the security warning I described below. Terry From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kohsuke Kawaguchi Sent: Wednesday, July 22,

Re: Build Flow plugin -- hostnames of other parallel jobs?

2015-07-22 Thread Jovan Jevric
I'd give folowing a try: Job execution should be bound on a node. Put matrix of hostnames/job into simple text file which is written in Workspace of Metajob(Main-Job). Pass path to this workspace via job parameter. You should be able to get this file via simple shell script though.

How to know from the local job that a remote job from another Jenkins instance kicks it off ?

2015-07-22 Thread Zk W
Hi All We have 1 hudson instance named A with job name local We have 1 jenkins instance named B with job name remote. We set up local job such that remote job can kick off the local job. Is there a parameter in local job that we can check that the local job of instance A was kicked off by remote

RE: 'Restrict where this project can be run' option

2015-07-22 Thread Ginga, Dick
There is a permission that allows or disallows “users to run jobs as them on slaves” under Slave/Build. Not quite sure what that means. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ilya Levin Sent: Wednesday, July 22, 2015 10:21 AM To: Jenkins

Re: Version Issues on Website

2015-07-22 Thread Daniel Beck
It's not a cache issue, the release was aborted halfway through. Monitor JENKINS-29518 for updated information on this issue. On 22.07.2015, at 15:30, John Mellor john.mel...@esentire.com wrote: Agreed. 1.621 is inaccessible, as is the changelog for 1.621. This can't be a cache issue for

Clearcase, UCM and polling

2015-07-22 Thread Chris Williams
I'm trying to get Jenkins (version 1.616) to poll for changes every hour using the ClearCase plugin (the UCM option) for Jenkins. When Jenkins is comparing baselines, it is currently comparing the foundation baseline to the foundation baseline, instead of comparing the last baseline used to

'Restrict where this project can be run' option

2015-07-22 Thread Ilya Levin
Hi, I have 2 requirements which seems to NOT coexist in Jenkins. On the one hand i have a developer which i'm giving configure privileges on a particular job. On the other hand, this developer now has the power to use the 'Restrict where this project can be run' option, and run (if he

RE: Jenkins Perforce workspace question

2015-07-22 Thread Ginga, Dick
Martin, Jenkins and Perforce both have a concept of “workspace”. The Jenkins workspace is the folder that the job will run in. This will be named typically Remote Root/job name. Then Perforce has a “workspace”. Jenkins creates its own Perforce workspace based on the values you set in the