how to trigger a job on remote jenkins server after one job is successfully built

2012-08-08 Thread ZHANG Xinchun A
Hello all, I want to trigger a job to start build on another pc's Jenkins server after one of my job is completed. I tried to use the post-build option "build other project", but it looks like that it only allows to start a job on the same Jenkins pc. Is there any way to do this? Thanks. Br, Ton

Fw: Project changes sometimes lost in Jenkins LTS 1.466.1?

2012-08-08 Thread Mark Waite
I missed that you had sent the response to both me and the list.  This is to the list in case it helps anyone else.. Mark - Forwarded Message - >From: Mark Waite >To: David Aldrich >Sent: Wednesday, August 8, 2012 6:21 PM >Subject: Re: Project changes sometimes lost in Jenkins LTS 1.

Re: email notification on abort

2012-08-08 Thread J Arrizza
The Jenkins version is 2.24.1, the Hudson one seems to stop at 2.10. We're currently running Hudson and planning to migrate to Jenkins. So in short, yet one more reason to move to Jenkins... Again, thanks for help. John On Tue, Aug 7, 2012 at 2:14 PM, Slide wrote: > The latest is 2.24.1 > (h

Re: Issues calling cleartool from Jenkins

2012-08-08 Thread Bill Wonch
I'll give that a shot. Not sure how to do it for a Dynamic ClearCase view though. On Wednesday, August 8, 2012 3:20:32 PM UTC-6, slide wrote: > > Agreed...I can't count on all my digits the number of times NOT using a > UNC has brought me pain. > > Sent from my Windows Phone > From: Richard B

Re: Issues calling cleartool from Jenkins

2012-08-08 Thread Bill Wonch
On Wednesday, August 8, 2012 3:20:32 PM UTC-6, slide wrote: > > Agreed...I can't count on all my digits the number of times NOT using a > UNC has brought me pain. > > Sent from my Windows Phone > From: Richard Bywater > Sent: 8/8/2012 2:18 PM > To: jenkins...@googlegroups.com > Subject: Re

RE: Issues calling cleartool from Jenkins

2012-08-08 Thread Alex Earl
Agreed...I can't count on all my digits the number of times NOT using a UNC has brought me pain. Sent from my Windows Phone From: Richard Bywater Sent: 8/8/2012 2:18 PM To: jenkinsci-users@googlegroups.com Subject: Re: Issues calling cleartool from Jenkins Or, probably more reliable, use the full

Re: Issues calling cleartool from Jenkins

2012-08-08 Thread Richard Bywater
Or, probably more reliable, use the full UNC path rather than rely on drive mappings - will save you pain down the road :) Richard. On 9/08/2012, at 8:28 AM, Slide wrote: > Please see here [1] which says that persistent network shares are not > accessible from services, even if logged in as the

Re: Issues calling cleartool from Jenkins

2012-08-08 Thread Slide
Please see here [1] which says that persistent network shares are not accessible from services, even if logged in as the same account. You may need to manually map the drive as part of your build step. 1 - http://stackoverflow.com/questions/182750/how-to-map-a-network-drive-to-be-used-by-a-servic

Re: Issues calling cleartool from Jenkins

2012-08-08 Thread Bill Wonch
I am. I log onto the server as the same account the Apache Tomcat 7.0 service is running under. On Wednesday, August 8, 2012 1:51:55 PM UTC-6, slide wrote: > > I Y: a network share? If so, are you running from the command line as > the same user that Jenkins is running as? If not, you may need

Re: Issues calling cleartool from Jenkins

2012-08-08 Thread Slide
I Y: a network share? If so, are you running from the command line as the same user that Jenkins is running as? If not, you may need to add permissions for that user to that share (and actually mount the network share under that account since mapped drives are not shared between users). slide On

Issues calling cleartool from Jenkins

2012-08-08 Thread Bill Wonch
Hi everyone - I'm having issues calling cleartool from a "Execute Windows Batch Command" step. In Jenkins, I see this output: C:\POC\Jenkins\workspace\Deploy-Flex>cleartool checkout -nc Y:\Flex_SOA_deploy\deploy\dev\flexC\flexC_OriginatorData.zip cleartool: Error: Unable to access "Y:\Flex_

how to write a file via post-build groovy plug in slave

2012-08-08 Thread michael chiu
hi ALL, Does anyone have experience in write a file in the slave workspace via post-build groovy plugins ? I know how to read it but I don't know how to write it back . I always got the following error groovy.lang.MissingMethdexception: No signature of me

RE: Cannot find parent pom, but it IS there

2012-08-08 Thread Davis, Chad
> In old versions of Jenkins/Hudson, the -U flag is not used for the POM > parsing step (although it is used for the build step) leading to > inconsistencies depending on the state of > your local repository. > My projects use a private repository, if that matters. Isn't there anyway to set t

RE: Cannot find parent pom, but it IS there

2012-08-08 Thread Davis, Chad
> What is your directory structure? That is where is your parent Pom relative to > your child project > My parent pom is not in a hierarchical directory structure. This is not a requirement, is it? It should resolve from my nexus repository though. And it does from my local build, just not

How to change the background colour(Blue) in jenkins..

2012-08-08 Thread Varghese Renny
Please give me a suggestion to change the background tab colour of jenkins..i wanted to make it white.. How can i do that? Thanks in Advance varghese

CVS + SSH non default port

2012-08-08 Thread Rodri
Hi, Jenkins have a problem trying to connect to the cvs server using a non default port: cvs checkout -P -r BranchXXX -d workspace workspaceXXX > > ... > ... > ERROR: CVS Authentication failed: Timeout, no response from server. > > I can log in using the command line, I mean I can execute t

RE: Project changes sometimes lost in Jenkins LTS 1.466.1?

2012-08-08 Thread David Aldrich
Hi Mark Well, I can’t say it happens often, perhaps I should give it a bit longer to see how it goes. Ø Can you provide the list of plugins which are installed, and their versions? CVS 1.6 xUnit 1.45 Active Directory 1.19 Email-ext 2.14.1 Naginator1,7 Subversion 1.34 Translation Assistance 1.

promoted-builds plugin latest (2.6.2) version not in update center

2012-08-08 Thread Eric Jutrzenka
Hi, I'm keen to try out the promoted-builds again now that JENKINS-13631 has been fixed, but it doesn't appear to be showing up in the update center. Cheers, Erc

Re: Cannot find parent pom, but it IS there

2012-08-08 Thread Vincent Latombe
In old versions of Jenkins/Hudson, the -U flag is not used for the POM parsing step (although it is used for the build step) leading to inconsistencies depending on the state of your local repository. This was fixed in Jenkins 1.461. In any case, possible workarounds are : - switch to freestyle j

Re: Project changes sometimes lost in Jenkins LTS 1.466.1?

2012-08-08 Thread Mark Waite
I didn't see that in my testing of Jenkins LTS, but that may only hint that I didn't have the right combination of conditions, and you have the right combination of conditions to show the problem. Can you provide the list of plugins which are installed, and their versions? Can you confirm that

Re: Delete button on build steps not working

2012-08-08 Thread cjo
There were several issues linked to this problem and they all started in 1.474, where the javascript was separated out into separate files for each of the components. I investigated this under JENKINS-14495[1], which was linked to the main issue JENKINS-14514 [2] Jesse, added a fix on Friday t

Re: Project changes sometimes lost in Jenkins LTS 1.466.1?

2012-08-08 Thread Ronald Klop
NB: used chrome and firefox. On Wed, Aug 8, 2012 at 10:42 AM, Ronald Klop wrote: > I did not see it. Used Jenkins a lot last couple of days. > > On Wed, Aug 8, 2012 at 10:25 AM, David Aldrich > wrote: > >> Hi >> >> ** ** >> >> Since upgrading from Jenkins LTS 1.447.1 to LTS 1.466.1 a few da

Re: Project changes sometimes lost in Jenkins LTS 1.466.1?

2012-08-08 Thread Ronald Klop
I did not see it. Used Jenkins a lot last couple of days. On Wed, Aug 8, 2012 at 10:25 AM, David Aldrich wrote: > Hi > > ** ** > > Since upgrading from Jenkins LTS 1.447.1 to LTS 1.466.1 a few days ago, I > sometimes find that when I edit a project’s configuration and hit the Save > button t

Project changes sometimes lost in Jenkins LTS 1.466.1?

2012-08-08 Thread David Aldrich
Hi Since upgrading from Jenkins LTS 1.447.1 to LTS 1.466.1 a few days ago, I sometimes find that when I edit a project's configuration and hit the Save button the browser window goes blank, i.e. the dashboard does not reappear. When I access the dashboard by re-entering the Jenkins url in the

Re: mercurial share feature [solved]

2012-08-08 Thread Ronald Klop
On Thu, Aug 2, 2012 at 10:14 AM, Ronald Klop wrote: > Hi, > > I enabled the share feature of the Mercurial plugin. But I don't see how > it works. Or maybe I don't understand how it works. > I have a couple of jobs which use the same remote repository. I am under > the impression that they wil sha