Unexpected Jenkins behavior after server migration

2012-02-04 Thread Craig Burlock
Hello all, I just have two questions (no issue that needs solving, just some unexpected Jenkins behavior). I recently moved our Jenkins installation to a new server by installing the same version of Jenkins on the new server and copying configuration files and the plugins and jobs folders from ou

Re: Where to find the wrapper.conf.in?

2012-02-04 Thread Sami Tikka
Don't take my word as authoritative answer but I think that page is out of date. There is not much need for a generic unix daemon script because these days there are native installer packages available for quite a few operating systems, even for different Linux distributions. The native instal

Re: Config & log files

2012-02-04 Thread Sami Tikka
Jenkins is extremely easy to install. You could just download and run it and find the answers from your Jenkins. -- Sami Kayla Lewis kirjoitti 1.2.2012 kello 21.28: > Hello, > I am considering switching to Jenkins and I’ve been trying to find examples > of the project xml config files as wel

Re: Trouble starting Play application

2012-02-04 Thread Sami Tikka
Could it be that you are running Jenkins on a Mac? Have you recently updated Jenkins? Did you perhaps choose to run Jenkins as user "jenkins" instead of "daemon" like you used to? Maybe you have something in your build that depends on being run as "daemon"? Or did you set some customized setting

Re: question about master and slave

2012-02-04 Thread Sami Tikka
Yes, if Jenkins master and slave and svn server clocks are not in sync, you will see strange problems with the checkout. -- Sami 2012/2/1 fiona : > another question:whether the slave time is sync with the master?if > don't, check out will stopped? > > On 2月1日, 下午1时52分, fiona wrote: >> now I use

Re: Git plugin: push result of a merge

2012-02-04 Thread Sami Tikka
This should work if you use the git plugin to do it. Configure your job with both X-auto and X-dev repos. Then open the git advanced configuration and check "Merge before build". In Post-build Actions check "Git publisher". I have a somewhat similar setup at work. -- Sami 2012/2/2 Emmanuel Gr

Re: Manually forcing build of specific git branch

2012-02-04 Thread Sami Tikka
Yes, you can use a $VARIABLE in the branch to build -- Sami Erick Dovale kirjoitti 3.2.2012 kello 7.11: > The git plugin can be configured to build a specific branch. I am not sure if > this field will expand variables. You can try it by defining a parameter with > default value empty and put

Re: Jenkins creating lot of connection to CONTEGIX

2012-02-04 Thread Kohsuke Kawaguchi
Either case it's only supposed to happen once a day. Are you seeing more, Rajesh? 2012/2/3 Andrew Bayer : > That's either downloading the update center and related JSON data, or it's > doing the anonymous usage statistics report. You can disable the latter if > you want in Manage Jenkins -> Config