I'm trying to create some tmux sessions in jenkins execute shell step, and put some long running script into those tmux session. I have a tmux ls
check in execute shell, and I can see those tmux session was created properly. But after jenkins build finished, those tmux session are gone.
Is there any way I can keep those tmux session after jenkins build run?
Is that something related to jenkins execute shell from $ /bin/sh -xe /tmp/hudson1362639696643230840.sh
?
Thanks for any kind of hint!