Re: Pushing Git tags back to origin

2014-11-19 Thread youhour
Any idea how that is done? I have been searching on how to do this but has no luck... Thanks in advance. I was looking at the git repository checkbox in Jenkins project, it has an input selection for "Credential" I select it to use my login id credential (which suppose to have all the authoriti

Path to projects not working correctly.

2014-11-19 Thread Rob D
I am using Visual Studio Online for source control via the TFS Plugin. For Server URL, I am pointing to the DefaultCollection. The Project Path traverses from there down to the folder that contains all project folders. I am using the MSBuild Plugin and for the MSBuild Build File, I specify the

Re: [workflow-plugin] no workspace for parallel steps

2014-11-19 Thread Stefan Lorenz
Yeah, that's what I try to achive. The job is a bit complex, with xfvb, a war deployment, and a maven project with a selenium test... that's why I stared it with the "build" step... Isn't it possible to get the results from inside a "build" step? I recognized that the "build" step either has

Re: [workflow-plugin] no workspace for parallel steps

2014-11-19 Thread James Nord
I can't obviously see why that would fail - however even if it worked it would not do what I think you expect it to do (copy the unit test results from the invoked job). The test results need to come from the node&workspace that the workflow has used - however the 'build' step just triggers a r

RE: Adding Windows slaves to Jenkins

2014-11-19 Thread Brosh, Yossi
Hi Patricia, First step: read: Unable to start Jenkins Service in Windows 7 Slave machine https://issues.jenkins-ci.org/browse/JENKINS-12820 BR Yossi From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Be

Re: Adding Windows slaves to Jenkins

2014-11-19 Thread Patricia Mendez Lorenzo
Hello Richard, could you please tell me how this file should look like or direct me to an example so I can compare it withthe one I have? Thanks a lot Cheers, Patricia El martes, 18 de noviembre de 2014 21:28:34 UTC+1, Richard Bywater escribió: > > Might be worth manually going to that URL t

Re: [workflow-plugin] no workspace for parallel steps

2014-11-19 Thread Stefan Lorenz
stage 'UI-Test' parallel(suite1: { node('DockerBuild') { ws { catchError { build job: 'UITestSuiteRunner', parameters: [new hudson.model.StringParameterValue('mavenProfile', 'ui-test1'), new hudson.model.StringParameterValue('testSuite', 'UiTest1Suite')] } step $class: 'hudson.tasks.junit.JUnitR

Re: SCP plugin - how to transfer whole directory tree?

2014-11-19 Thread 许小龙
click 'Keep Hierarchy' choice, but it will scp parent's folder, too. 在 2013年6月21日星期五UTC+8下午9时55分06秒,Pavel Tankov写道: > > Hello, > > I've installed the SCP Plugin > https://wiki.jenkins-ci.org/display/JENKINS/SCP+plugin How can I copy > whole directory tree? > > The files that I want to transfer a

[workflow-plugin] no workspace for parallel steps

2014-11-19 Thread James Nord
Could you paste a simple workflow that shows this? >From the log, to me it looks like your parallels are executed outside the node >and workspace blocks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Jenkins slave is not installed

2014-11-19 Thread Anuj Shukla
Hi, How did you resolve this issue as i am facing the same issue and till now no luck. Thanks. Anuj On Thursday, 5 December 2013 12:13:30 UTC+5:30, srina...@gmail.com wrote: > > Hi I have installed Jenkins as a master on serverA, when I'm trying to > install slave in ServerB it shows me the me

Re: Restricting logins via LDAP groups

2014-11-19 Thread James Green
You either know who they are, or they are anonymous. Once you know their identity then you can set their permissions. Everyone in our company even sales can identify themselves against our instance but they won't see anything unless they are in at least "jenkins-users" and to make changes they requ

Jenkins-SAHI issues with PhantomJS

2014-11-19 Thread ragu rathan
Hi, while working on integration with Jenkins-SAHI using PhantomJS,the build is failed with error stating that script doesnot start within 50 seconds.Trying to open the browser again.Can someone help me in troubleshooting this issue -- You received this message because you are subscribed to t