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,
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
> 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
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_
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
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