Errors while downloading target platform contents

2013-07-11 Thread Simon Voggeneder
I am migrating to Jenkins (LTS release 1.509.2) from Hudson 1.395. Hudson 1.395 and its corresponding Buckminster plugin are unable to process our build correctly after upgrading from JRE6 to JRE7, which was necessary due to a library requirement. This problem is due to a bug in the p2

What is 1.509.2.JENKINS-8856-diag?

2013-07-11 Thread Steffen Breitbach
Hi Everyone! Our LTS Jenkins announces 1.509.2.JENKINS-8856-diag as the latest version. However, that version doesn't exist anywhere. I suppose this is a glitch in the update site? Regards Steffen -- You received this message because you are subscribed to the Google Groups Jenkins Users

Re: What is 1.509.2.JENKINS-8856-diag?

2013-07-11 Thread Stephen Connolly
Steffen, Jesse Glick was doing a short-cut to try and get a file with a fix to some people for testing... bold boy. It should be mostly safe, the only changes are supposed to be additional diagnostics in remote channel... but I cannot confirm whether others are present... and I don't think he

Re: View Job Filters plugin - create a view based on Label Expression?

2013-07-11 Thread Jacob Robertson
This is possible now with the latest version of the plugin. The regular expression filter can match against the node label. On Thu, Dec 20, 2012 at 1:26 PM, VFloyd vanettafl...@gmail.com wrote: Hi All, I have a master linux box, a build linux box, 2 Windows 2008 build servers, 1 Windows

Fingerprinting performance

2013-07-11 Thread John Vacz
Recently the fingerprinting of our jubs is becoming very slow.Per build we have 16 artifacts to be fingerprinted, now that alone lasts ~5 minutes. Since we are using copy artifact plugin very heavily, the situation is becoming even worse - the slowness adds up. Unfortunately I cannot tell

Is it possible to integrate with other tools for automatic creation of projects?

2013-07-11 Thread suresh
Is it possible to integrate with other tools for automatic creation of projects? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Is-it-possible-to-integrate-with-other-tools-for-automatic-creation-of-projects-tp4672021.html Sent from the Jenkins users mailing list

Why do POST requests with user/apiToken only work when logged on?

2013-07-11 Thread Angelo . Schneider-EXT
I have a strange problem. My user on jenkins (1.517) has an API token. A REST request (via POST) like this: http://angelo:apiToken@jenkins-server:8080/safeRestart?token=weirdtokenstring only works if angelo is already logged on on Jenkins via the web interface. (Yes, my script which has no

Re: Fingerprinting performance

2013-07-11 Thread Daniel Beck
How big are these artifacts? At /threadDump, you can access live stack traces. Maybe look for something fingerprint related during those 5 minutes, it could give you a hint what is taking so long. Copy artifact works without fingerprinting in the source project, but always calculates its own

Re: Fingerprinting performance

2013-07-11 Thread John Vacz
The artifacts: 30MB x 1, 6.5MB x 9, 1MB x 1, others are 5 plain text files between 0.1 ~ 10KB. I will look into the threadDump... Am 11.07.2013 16:33, schrieb Daniel Beck: How big are these artifacts? At /threadDump, you can access live stack traces. Maybe look for something fingerprint

Re: Fingerprinting performance

2013-07-11 Thread John Vacz
The SCM sync configuration: Am 11.07.2013 17:10, schrieb John Vacz: Executor #1 for Slave16 : executing SD-2112 #3 Executor #1 for comitdev16 : executing SD-2112 #3 Id=62 Group=main RUNNABLE at java.io.UnixFileSystem.list(Native Method) at

Re: View Job Filters plugin - create a view based on Label Expression?

2013-07-11 Thread Vanetta Floyd
Excellent...thank you On Jul 11, 2013 5:43 AM, Jacob Robertson jacob.robertson.w...@gmail.com wrote: This is possible now with the latest version of the plugin. The regular expression filter can match against the node label. On Thu, Dec 20, 2012 at 1:26 PM, VFloyd vanettafl...@gmail.com

Re: Fingerprinting performance

2013-07-11 Thread John Vacz
I removed the include pattern jobs/*/promotions/*/config.xml, now the fingerprinting takes no time :D. I think I can conclude that the scan pattern really slows things down when there are many jobs. Something interesting is, the scandir is triggered by FingerPrint.save(), SCM sync config

Re: Template Project plugin

2013-07-11 Thread syl20bnr
It is but it depends on what the use case really is. By declaring build parameters on the jobs you can fire any job at any time with any value, those values can be fed by a property file if triggered by an upstream job. There are pros and cons to both approaches and the ideal solution would be

Searching for jobs

2013-07-11 Thread Bob Bick
Hi, I am finding myself wanting to grep through Job configuration files (config.xml files) almost on a daily basis. For example, I'd like to see all jobs that are using the hudson.plugins.cobertura.CoberturaPublisher plugin. It is a hassle to grep the config files and I was wondering if there

dimensions CM dmcli not found on jenkins slave

2013-07-11 Thread Phuong Do
Does anyone have successfully use DimensionsCM from slave node. I got this error, but couldn't figure it out. Error: Cannot locate 'dmcli' on the slave node. Thanks. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group

Re: Searching for jobs

2013-07-11 Thread Richard Bywater
Using Groovy via the Jenkins console is probably a better way to go. There's a whole bunch of samples on the wiki https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console and linked sites so you should be able to easily whip something up. Richard. On Fri, Jul 12, 2013 at 5:56 AM, Bob

RE: Searching for jobs

2013-07-11 Thread Bob Bick
Thanks Richard. I'll try that. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Richard Bywater Sent: Thursday, July 11, 2013 5:33 PM To: jenkinsci-users@googlegroups.com Subject: Re: Searching for jobs Using Groovy via the Jenkins console is

CVS Authentication failed!

2013-07-11 Thread Sameh Tawfik
Hi, I'm using Jenkins ver. 1.522 Under Manage Jenkins\Configure System\CVS\ Authentication , I setup CVS Root, Username, and Password, but under same CVS section there are these fields: Private Key Location, Private Key Password, Known Hosts Location which I'm not using or need, because

Plugins support for Fortify and WebInspect ?

2013-07-11 Thread Z W
Hi All Are there good plugins support for Fortify and WebInspect with Jenkins and Hudson ? Thank you Sincerely -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-11 Thread Kannan Manickam
Suresh, Could you be more specific? Do you want to create jenkins jobs programatically? - Kannan. On Jul 8, 2013, at 4:48 AM, suresh sureshconfigurat...@gmail.com wrote: Is it possible to integrate with other tools for automatic creation of projects? -- View this message in context: