Re: Skype Integration With Jenkins

2015-09-11 Thread Ajnish Kumar
Hi Michal, I have used the same plugin, And also runnig the skype , Can u please elaborate how can i run skype as a client. to integrate with jenkins. On my System skype is running with the same userid password through which jenkins is running. Thanks and Regards Ajnish kumar On Fri, Sep 11,

Re: Shell commands

2015-09-11 Thread mr
What do you mean with a "separate terminal"? Maybe is one of these enough for you: - https://wiki.jenkins-ci.org/display/JENKINS/SSH+plugin - https://wiki.jenkins-ci.org/display/JENKINS/XShell+Plugin - https://wiki.jenkins-ci.org/display/JENKINS/Shells -- You received this message

Re: Any plugin to parse XML?

2015-09-11 Thread Thomas Goeppel
> Have not tried it, but it is probably doable. Use readFile to download the > file contents from the slave. Then use standard Groovy APIs to parse; you > might need to wrap the details in a function marked @NonCps. > Thanks Jesse, this works. -- You received this message because you are sub

Sub Project Using Parameters

2015-09-11 Thread Eric Naitove
I am trying to run a sun-project by passing twp parameters coming from the user input from the Dynamic Parameter fields on the build screen: DEV_OR_REL DEV_OR_REL_NUM *Trigger/call builds on other projects* ${DEV_OR_REL}_BC_${DEV_OR_REL_NUM} and of course I get this: No such project ‘${DEV_OR_

RE: Sub Project Using Parameters

2015-09-11 Thread Ginga, Dick
This will work. Jenkins just can’t resolve the project name yet, so it complains. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Naitove Sent: Friday, September 11, 2015 9:15 AM To: Jenkins Users Subject: Sub Project Using Parameters I am tryi

Jenkins+Stash+Git...only trigger from Stash, not from Git commits

2015-09-11 Thread Yiyang Fei
I have a working configuration with Jenkins, Stash, and Git. Builds are triggered when I push changes to Git, when a new pull request is created, and when I trigger a build manually from Stash. I would like to trigger builds only from stash, either as a result of creating a pull request or ma