Re: Multibranch Pipeline Scan Hangs

2018-11-15 Thread Meg Watson
I’ll take a stab...How many executors do you have on the master and agent? You may be hanging waiting for an executor to be available to run the pipeline. I think I made this mistake once, had too few executors. Meg -- You received this message because you are subscribed to the Google Groups

Does the Declarative Pipeline Plugin Assume /bin/sh for Shell Command Step (sh) when Running on Agent Node?

2018-09-26 Thread Meg Watson
Hi there, I have a Jenkins Master on RHEL (v 2.121.3), and an Agent running on NonStop, which looks and smells like Unix. On NonStop I have 2 choices for the shell, /bin/sh (which is symlinked to /bin/ksh) and /bin/bash. I normally use /bin/bash. I have a pipeline job that is pegged to run o

Re: Agent on Tandem/NonStop: sh pipeline command yields nohup error, while plain shell script build step works

2018-09-25 Thread Meg Watson
r the responses! Meg On Tuesday, September 25, 2018 at 11:48:43 AM UTC-4, Meg Watson wrote: > > Hi, > > I'm a newbie to pipelines. I have a Jenkins master running on Linux > (RHEL), and I have an agent running (via SSH) on a NonStop/Tandem machine, > which looks like UNIX for all

Re: Agent on Tandem/NonStop: sh pipeline command yields nohup error, while plain shell script build step works

2018-09-25 Thread Meg Watson
h m...@tsek.atc-hpe.com 'echo $0' bash jenkins@bmc053:~$ ssh m...@tsek.atc-hpe.com 'env $PATH' /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.: No such file or directory jenkins@bmc053:~$ On Tuesday, September 25, 2018 at 11:48:43 AM UTC-4, Meg Watson wrote: > &

Re: Agent on Tandem/NonStop: sh pipeline command yields nohup error, while plain shell script build step works

2018-09-25 Thread Meg Watson
ER *DEFAULT* ALLOW-TCP-FORWARDING YES ALLOWED-SUBSYSTEMS (sftp,tacl) SUBSYSTEM-MAPPING *NONE* ALLOW-GATEWAY-PORTS YES ALLOW-MULTIPLE-REMOTE-HOSTS YES RESTRICTION-PROFILE *DEFAULT* On Tuesday, September 25, 2018 at 11:48:43 AM UTC-4, Meg Watson wrote: > > Hi, > > I'm

Re: Agent on Tandem/NonStop: sh pipeline command yields nohup error, while plain shell script build step works

2018-09-25 Thread Meg Watson
/Tandem machines? If so, is it >> reachable from the agent’s PATH? What is the result of `which nohup` on the >> agent? (For me on OS X the result is /usr/bin/nohup, and /usr/bin is on my >> PATH.) >> >> On Sep 25, 2018, at 11:36, Meg Watson wrote: >> >> Hi,

Agent on Tandem/NonStop: sh pipeline command yields nohup error, while plain shell script build step works

2018-09-25 Thread Meg Watson
Hi, I'm a newbie to pipelines. I have a Jenkins master running on Linux (RHEL), and I have an agent running (via SSH) on a NonStop/Tandem machine, which looks like UNIX for all intents and purposes. I can run various jobs on the NonStop agent without issue, build steps with shell commands wor