Re: Jenkins Job hanging

2015-08-27 Thread Ben Slote
Thread dumps look like this when it hangs when executing a shell build step: Executor #0 for master : executing #23" Id=40 Group=main WAITING on java.lang.UNIXProcess@71cad1e6 at java.lang.Object.wait(Native Method) - waiting on java.lang.UNIXProcess@71cad1e6 at java.lang

Re: Jenkins Job hanging

2015-08-27 Thread Ben Slote
No, I'm not running an ssh command. In some of my jobs I execute a python script that modifies some files and pushes the modifications to a git repo. Upon upgrading some git plugins and bumping Jenkins to 1.626, jenkins never continues with the job's build steps after executing the python script. T

Re: Jenkins Job hanging

2015-08-27 Thread Ben Slote
Were you ever able to resolve this issue? My jenkins install started behaving in a similar manner a few days ago. Git checkouts/clones/fetches all seem to hang, as do any shell script executions. On Wednesday, March 25, 2015 at 8:56:07 AM UTC-7, Bryan Adams wrote: > > I am having an issue with a