Re: Slow loading and large memory usage after 1.480.3 to 1.509.2 migration

2013-08-26 Thread Russ Tremain
The 1.509.3 RC is available now.. been running it since 8/16 with no issues. It definitely solved the dashboard loading problem for us. At 10:50 AM -0300 8/8/13, Eduardo Dias wrote: Hi, when the LTS Release 1.509.3 will be available? regards Eduardo 2013/8/7 Daniel Beck <

enough entropy for jarsigning?

2014-02-01 Thread Russ Tremain
Hi, I ran into a very weird problem the other day that I thought I would share with the list. We recently switched our maven builds to Fedora linux running on a really great VMWARE cluster with very fast SSD-based storage. However, our average java build inexplicably increased to several h

Re: Making sure jobs run in sequence

2012-11-09 Thread Russ Tremain
One trick I have used is to set up a separate queue for the test job and constrain it to run only one job at a time. You do this by creating a slave on the same machine and assign the test job to it. You still might need to use locks & latches if you are running the build & test jobs in the sa

artifactory - cannot deselect publish build info

2012-12-11 Thread Russ Tremain
Hi, I've been experimenting with the Artifactory plugin. In the job configuration, I have set the following: Section "Build Environment": [x] Generic-Artifactory Integration". Section "Artifactory Configuration": [ ] Capture and publish build info When I save the config for

Re: artifactory - cannot deselect publish build info

2012-12-11 Thread Russ Tremain
correction: jenkins artifactory version is 2.1.3, not 2.3.1. Artifactory server is 2.6.3. At 5:52 PM -0800 12/11/12, Russ Tremain wrote: >Hi, > >I've been experimenting with the Artifactory plugin. > >In the job configuration, I have set the following: > >

Re: artifactory - cannot deselect publish build info

2012-12-12 Thread Russ Tremain
at 3:11 AM, Russ Tremain <<mailto:ru...@releasetools.org>ru...@releasetools.org> wrote: correction: jenkins artifactory version is 2.1.3, not 2.3.1. Artifactory server is 2.6.3. At 5:52 PM -0800 12/11/12, Russ Tremain wrote: Hi, I've been experimenting with the Art

best linux production env for jenkins?

2013-01-25 Thread Russ Tremain
Hi, Does anyone have suggestions for the best linux production environment for jenkins? I want to run a trimmed down server optimized for web performance. In the past, I've always run jenkins under tomcat, but am open to other suggestions. Looking for specific version info for distros & to

1.508 performance regression?

2013-03-27 Thread Russ Tremain
I just tried upgrading from 1.486 to 1.508, and experienced severe perfomance regression in the jenkins UI. switching views was taking 60+ seconds. CPU was pegged. Had to backgrade and all was normal once again. I suspect the problem was in slave communication but there was nothing out of o

Re: 1.508 performance regression?

2013-03-28 Thread Russ Tremain
performance issue if it's possible. unfortunately it is a production system so I can't play with it, but I will try to get some data the next time we attempt an upgrade. thx, -Russ Michaƫl Pailloncy 2013/3/28 Russ Tremain <<mailto:ru...@releasetools.org>ru...@releas

Re: Jenkins bobble-heads

2013-03-29 Thread Russ Tremain
Here is my feedback: I would prefer to not receive marketing spam on these lists, esp. those with several MB of attachments. thanks, -Russ At 5:03 PM -0700 3/29/13, Alyssa Tong wrote: Hi All, CloudBees is considering a limited-edition of Jenkins bobble-heads that our company will use at JU

RE: Xcode Plugin Issues

2012-04-18 Thread Russ Tremain
this is a total shot in the dark, but have you tried examining the keychain on the jenkins build machine using the Keychain Access utility, and telling it to display expired certificates? here is an article about this that I found helpful: http://ericholsinger.com/programming/xcode-cod

Re: Cannot find parent pom, but it IS there

2012-08-03 Thread Russ Tremain
this is more of a maven question, I think. Try turning -X on in the maven job to find out where it is looking. At 2:10 PM -0400 8/3/12, wrote: >I'm on an older Hudson server. One of my projects can't find it's parent pom, >though other ones can. Doesn't seem like a nexus side issue since the

RE: Cannot find parent pom, but it IS there

2012-08-06 Thread Russ Tremain
well probably what I would do is eliminate jenkins from the mix entirely. create a tiny pom that references the parent. then run it on the same machine that jenkins is running on. does it work? if so diff it against the pom that is not working. is it the same? hard to believe it is a jenkins

[OT] sf bay area - git users

2014-07-07 Thread Russ Tremain
chance to earn $100 gift card if you talk to Perforce about your git adventures. Here's the blurb: -- We need your help to get the word out! If you know anyone who lives in the bay area and uses Git at work, fill out this 1 minute survey to qualify: https://www.surve

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-19 Thread Russ Tremain
Whenever you clone a git repository, git copies all of the objects from the original repo to the ".git" directory in the clone, along with the clear-text files of the branch you are cloning. This is a major problem with git scalability, and there are various workarounds, including shallow clone

Re: P4 plugin jenkins issue

2014-11-13 Thread Russ Tremain
Hi David, offhand, looks like it might be a problem with the named client on the slave; the error you are getting is a standard client map error. you might try using p4 command line on the slave to verify that the client spec (jenkins-machine-p4ce in your example) works there. Btw, there

RE: P4 plugin jenkins issue

2014-11-13 Thread Russ Tremain
p4java is embedded in the jenkins p4-plugin. the new plugin is pure java; the old plugin uses the perforce command-line interface. At 1:39 PM + 11/13/14, Ginga, Dick w

Re: P4 Jenkins

2015-10-16 Thread Russ Tremain
Hi Martin, what version of p4-jenkins are you using? not sure what "triggered by perforce" means - I don't have that in my configuration. I would turn it off. also make sure your jenkins and perforce server are in sync time-wise. -Russ At 4:12 PM -0700 10/15/15, Martin wrote: Hello, I