user3401858
user3401858

Reputation: 86

Jenkins spawn infinite number of processes during "Execute shell" step

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

Answers (1)

vmykhailyk
vmykhailyk

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

Related Questions