Well at least I know I'm not alone. Thanks for the feedback.
I'll be sure to post back if I find a solution.
Nick
On Sat, Nov 7, 2015 at 5:46 PM, wrote:
> I know this is unhelpful, but I just wanted to let you know I've run into
> the same issue.
>
> I have a very basic Jenkins setup with a fai
I know this is unhelpful, but I just wanted to let you know I've run into
the same issue.
I have a very basic Jenkins setup with a fairly complex multi-platform C++
build/package/deploy setup that I've tried to convert to a workflow script.
Everything was going well until I added the freebsd b
Hello,
I'm trying to test the workflow plugin on a freebsd node. The following
fails consistently:
node('freebsd10-slave')
{
sh "sleep 30"
}
Here is the output:
Started by user Witkowski, Nicolas
Running: Allocate node : Start
Running on freebsd10-slave in /app/jenkins/workspace/cif-wo