| Kohsuke Kawaguchi I'm still having tons of problems with durable task plugin due to this problem. I think setsid is the way to go on this. The idea to write a setsid.py wrapper in Python is intriguing. It would definitely work. My concern is that now Python becomes a core dependency for running Jenkins Pipeline. I have no problem with that because I love Python and use Python heavily in my projects. However, from a devops perspective this might be a problem because people now need to add Python to their dependencies for running Jenkins. This becomes more interesting as more Jenkins deployments are running in a dockerized type of world. Would it be possible to write a small setsid wrapper in JNA? |