Re: jenkins in the shell

2016-01-08 Thread Stephen Connolly
if they've upgraded to the latest security releases then it *should* be impossible to run such a modified slave (though I suspect you could have a "listen" behaviour if you used a Java agent... But that would only apply if you can control the java command used to launch the slave. With JDK auto-ins

Re: jenkins in the shell

2016-01-07 Thread Robert Sandell
I guess it should be quite easy to write a plugin with a CliCommand that just calls Run.writeWholeLogTo. /B On Thu, Jan 7, 2016 at 2:38 AM, Greg Mattson wrote: > All, > > I'd very much like to take the monitoring of my jenkins processes into the > shell: > > 1. ability to attach to a tmux sessi

jenkins in the shell

2016-01-06 Thread Greg Mattson
All, I'd very much like to take the monitoring of my jenkins processes into the shell: 1. ability to attach to a tmux session and script it so that each new node's jobs are listed there 2. ability to be stateless and have the logger on the unix server 3. ability to share the output of logs with