Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Hangs forever

Tags:

jenkins

I have created a job in jenkins to checkout one of the project from CVS.

It shows the progress bar and running forever, never comes to halt, this is the message that I see in the log:

Started by user anonymous [workspace] $ cvs -Q -z3 -d :sserver:<username>:<passwd>@str2-dev-cvsbug:/cvsrepo co -P -D "Tuesday, September 6, 2011 3:02:43 PM UTC" core-module

I just renamed the username, passwd and cvsrepo, module name.

In the windows explorer, I see that module is checked out as I see the latest time stamp on all the folders.

Environment:

Jenkins 1.410
Tortoise CVS 1.9.8
JBoss AS 5.1 
like image 553
Sri Avatar asked Sep 06 '11 16:09

Sri


1 Answers

Have you tried to rename the Jenkins job? Somehow that worked for me...

like image 151
Rivera Avatar answered Oct 29 '22 20:10

Rivera