Re: workflow shell commands on a freebsd host consistently fail

2015-11-09 Thread Nick Witkowski
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

Re: workflow shell commands on a freebsd host consistently fail

2015-11-07 Thread mstudenka
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

workflow shell commands on a freebsd host consistently fail

2015-11-06 Thread Nick Witkowski
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