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. The same thing happens when jobs are kicked off and they pull in changes from git.. it just hangs even after it's finished fetching or cloning, etc. It's like Jenkins is unaware the git or the script has exited so it never moves on to other build steps.
There is nothing interesting showing up in the jenkins system logs, no stack traces or anything, but I'll take a look at that plugin. Thanks. On Thu, Aug 27, 2015 at 2:47 PM, Victor Martinez < [email protected]> wrote: > Do you mean you run an ssh command within your shell build action? If so, > can you add -v flags? > > There is already a good plugin to debug those java memory stacktraces and > You can see those java processes, threads: > https://wiki.jenkins-ci.org/display/JENKINS/Monitoring > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/cE7DjySXdtg/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/8f46d342-a2d3-491f-aeaf-ae1ee8be37be%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAHQCDMNqrnM5YeqoneRhZ1gDD8%3DRwJ7EbpNQbOiBr9FF5fd2Cw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
