Reputation: 86
I have issue with running "Execute shell" from Jenkins. It's spawn infinite number of subprocesses (like /tmp/hudson173860205520658648.sh) that eat all memory. No matter what inside: even script with simple 'ls' command spawns infinitely. All other steps except "Execute shell" seems to be OK.
Jenkins version is 1.544
user@jenkins# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
Upvotes: 2
Views: 280
Reputation: 21
I've got the same issue. Not sure what caused it. I've tried reinstalling plugins, downgrading jenkins, etc but with no luck.
Only removing jenkins and fresh install resolved issue.
Upvotes: 2