Hi folks,
>From the 1.487 changelog:
* JNLP Slave agent on OS X can install itself as a launchd service.
I believe this is the cause of the exceptions I'm now seeing when my
master node attempts to connect to an OS X slave:
java.io.IOException: Remote call on osx-x86 failed
at hudson.re
Did you enable the "Archive the artifacts" option, as mentioned on the
wiki page?
https://wiki.jenkins-ci.org/display/JENKINS/Summary+Display+Plugin
It seems unfortunate that the plugin can't handle it gracefully if you
haven't, but that seems to be what's causing this.
Chris
On 10/19/2012
As regards installing tools for performing the build there are several that
already do this, i.e. git, java sdk, etc and the custom tools plugin[1]
will allow you to install other tools as needed.
This plugin will allow you to define a script to be able to install a tool,
so it could be used to
Hi guys.
i have a question about creating build pipelines with parallel execution.
First our goal:
The chain is: Create a vCloudInstance (Result is IP), Deploy to
this vCloudInstance (using IP from previous step as parameter) and run
Tests to this vCloudInstance (also using resulted IP from fi
I was wondering if there is any way to make Jenkins download external
lib/app in order to build a job.
Say job a id dependent on "foo" lib or "bar" application in order to be
executed on machine M. Now My question is: If Jenkins can download the
lib/app for the job when building on machine M fo