Re: Jenkins has a long startup time, how to avoid it?

2013-06-03 Thread Eduardo Dias
Thanks Bob, I was suspecting that the big history could be the problem, I will try to upgrade the jenkins release and study how can I be doind a clean up whithout destroy the job history (maybe cleaning up only the old artifacts). regards Eduardo 2013/6/3 Mandeville, Rob > “I can not clean

RE: Jenkins has a long startup time, how to avoid it?

2013-06-03 Thread Mandeville, Rob
"I can not clean up my job history" may well be the problem, in more ways than one. In older versions of the server, you had to load up basic information (everything but the console log and the artifacts, I believe) on every job run in your history before you fully came online. A recent change

Re: How to move jenkins data from one Jenkins to another?

2013-06-03 Thread k . thieling
You should just be able to copy everything from the "jobs" folder on the current master, over to the new "jobs" folder, on your new install.  Depending on how much you hold onto, the transfer could take quite a while. I currently have it set up so that all of my job configs, history, artifa

Re: How to move jenkins data from one Jenkins to another?

2013-06-03 Thread Eduardo Dias
Thanks, I was afraid if it works, but, woks. Great. Thanks a lot K. regards Eduardo 2013/6/3 > You should just be able to copy everything from the "jobs" folder on the > current master, over to the new "jobs" folder, on your new install. > Depending on how much you hold onto, the transfer c

How to move jenkins data from one Jenkins to another?

2013-06-03 Thread Eduardo Dias
Hi All, I need to move my Jenkins server from one site to another due a site movement, once the IP/hostname will be new, I would like to install a new Jenkins (newest release) and move the Jenkins data (jobs, history, atrifacts, etc), is it possible? Regards, Eduardo -- You received this messa

Jenkins has a long startup time, how to avoid it?

2013-06-03 Thread Eduardo Dias
Hi All, our Jenkins has a long startup time after system reboot, it is not common, but some times heppens. Has any tip to avoid it? I can not clean up my job history. regards, Eduardo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

Re: Multi-config Dynamic Axis - how can I pass this value to sub-jobs?

2013-06-03 Thread lfast
My current solution is to - write the Dynamic_Axis environment variable to a file - read the file during parameter setup for each child & subsequent job -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop re

Re: trigger job via API

2013-06-03 Thread Louis Roché
Ok, it seems that you need to add xmlHttp.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); 2013/5/30 Louis Roché > Hi, > > I try to trigger a job via the api with a parameter. > > With curl, it works: > > curl -X POST " > http://192.168.5.230:8080/job/Generate%20new%20refe

Re: Can I reduce delay at start of build?

2013-06-03 Thread Mark Waite
Another wild guess... If there is a lot of history in that job and one or more of your plugins requires loading all the history during the job start, it may be causing the lazy loading of job results to go into "worst case" behavior.  You could test that theory by copying the job to a new name

Robotframework Plugin not Working with Jenkins Jenkins 1.515/1.516

2013-06-03 Thread Martin Dürrmeier
Hi, I cannot see the Post-build Action "Publish Robot Framework test results" described in https://wiki.jenkins-ci.org/x/TIDOAg Steps to Reproduce: - Have the latest (1.2.3) Robot Framework Plugin installed - Open a jenkins job - select Button "Add post-build step" The Item "Publish Robot F

cvs tagging before checkout

2013-06-03 Thread Stijn
Hi, I want to tag the code before I do a checkout. Is there a jenkins plugin available to do that? The reason why I need this is because we need to be sure that the label on the code that is tagged after the build was done, contains *all* the code to rebuild it again. Because we only tag the

Re: cvs - invalid private key

2013-06-03 Thread Stijn
Ok. This is solved by creating new keys and converting the private key to OpenSSH format. Op woensdag 29 mei 2013 18:33:31 UTC+2 schreef Stijn het volgende: > > Hi, > > I try to use cvs with jenkins in Debian, but I'm unable to access the cvs > server. > > Build error message: > > Started by

Re: Can I reduce delay at start of build?

2013-06-03 Thread Andrew Coulton
Thanks Mark, We weren't wiping the slave repository, and I'd scheduled a git gc to run periodically though I ran one again. I've also tried using the reference repo on the last few builds with no appreciable difference. The delay seems to be coming before any of the git operations run (or at least