Re: Measures: display key as column

2015-11-17 Thread Steffen Breitbach
Aaaand that was the wrong list I posted to :) Sorry, just ignore this :( On 17.11.2015 14:29, Steffen Breitbach wrote: Hi everyone! We just switched from SonarQube 3.7.4 to 5.2. One thing that we are missing in 5.2 is the "Key" column in the measures. Is there a way to add this column again?

Future of the Maven Project Type

2015-11-17 Thread Mark Bidewell
In my current position, I inherited a Jenkins server that makes heavy use of the Maven Project Type and M2 Release Plugin. As Jenkins is moving forward, I am now understanding why many people do not like that project type due to the shims needed to support Java 6 builds. What is the future of

Re: Manage lib dependencies as compilation or link time dependencies?

2015-11-17 Thread Simon Richter
Hi, > Newbie here looking to use jenkins to manage our build process. I'm > attempting to follow jenkins best practices. One specific thing I'm > wondering is how to set up my build dependencies or pipeline. We have a > layered architecture which consists of many libraries (around 20) and a

Measures: display key as column

2015-11-17 Thread Steffen Breitbach
Hi everyone! We just switched from SonarQube 3.7.4 to 5.2. One thing that we are missing in 5.2 is the "Key" column in the measures. Is there a way to add this column again? Thanks in advance Steffen -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Future of the Maven Project Type

2015-11-17 Thread R. Tyler Croy
(replies inline) On Tue, 17 Nov 2015, Mark Bidewell wrote: > In my current position, I inherited a Jenkins server that makes heavy use > of the Maven Project Type and M2 Release Plugin. As Jenkins is moving > forward, I am now understanding why many people do not like that project > type due

Re: Future of the Maven Project Type

2015-11-17 Thread Arnaud Héritier
It mainly depends of the usage you have of it. There are some specific features (post build deployment, snapshots dependencies) which aren't available in others jobs types. The migration to freestyle jobs is probably the easiest one from now as you may have a large part of maven job types features

Re: Future of the Maven Project Type

2015-11-17 Thread Mark Bidewell
The primary usage is for the M2 release plugin integration. We are not making use of many other features. On Tuesday, November 17, 2015 at 10:25:00 AM UTC-5, Arnaud Héritier wrote: > > It mainly depends of the usage you have of it. > There are some specific features (post build deployment,

Re: Future of the Maven Project Type

2015-11-17 Thread Arnaud Héritier
yes this one won't be compatible with workflow or freestyle jobs. You'll have to replace it with a call of "release:prepare release;perform" with few parameters defined as workflow user inputs or freestyle parameters. On Tue, Nov 17, 2015 at 3:29 PM, Mark Bidewell wrote: >

how to get prqa-plugin.hpi

2015-11-17 Thread zhangkm
Hi, why I can't get the plugin(prqa-plugin.hpi) from https://wiki.jenkins-ci.org/display/JENKINS/Programming+Research+Plugin ? It always prompts error ,"The requested URL /latest/prqa-plugin.hpi was not found on this server." who can tell me another way to get the prqa-plugin. Thank you!

Re: Future of the Maven Project Type

2015-11-17 Thread Mark Bidewell
Thanks that was my plan and use workflow to emulate as much of the release plugin functionality as possible (version verification for example). I just wanted to be sure that was the best course of action and there wasn't a better way forward. On Tuesday, November 17, 2015 at 10:38:08 AM

Re: Manage lib dependencies as compilation or link time dependencies?

2015-11-17 Thread Simon Richter
Hi, Am 17.11.2015 um 15:14 schrieb John Mellor: >> Typically I don't declare any job dependencies there. Each project can be >> built and tested on its own, and the projects using the libraries would use >> the results from the last successful build, so you still get the maximum >> coverage

RE: Manage lib dependencies as compilation or link time dependencies?

2015-11-17 Thread John Mellor
Matt asked: > My question is should my jenkins job dependencies reflect the compile time > dependencies or just the link time dependencies? Simon responded: > Typically I don't declare any job dependencies there. Each project can be > built and tested on its own, and the projects using the

Matrix Authorization Strategy Plugin - max number of user entries?

2015-11-17 Thread G Dameron
Our IT folks are reporting that the global security matrix maxed out trying to add a new user. The ceiling we hit was in the range of 80-90 matrix rows. Is there, in fact, an upper limit? Is there a way to increase it? -- You received this message because you are subscribed to the Google

Jenkins pre-build check of pom.xml

2015-11-17 Thread Andreas G.
Hi guys, completely new to Jenkins and need help with a super simple thing. In my setup I would like to check if the "version" tag in the main pom.xml of our project has the correct value. And if it has not the correct value the build is supposed to fail. I looked around but my understanding

Re: Matrix Authorization Strategy Plugin - max number of user entries?

2015-11-17 Thread Daniel Beck
Isn't this only the issue with the limit of form submission size? If so, should suffice to set the system property org.eclipse.jetty.server.Request.maxFormContentSize to 0 (or -1?). On 17.11.2015, at 18:12, G Dameron wrote: > Our IT folks are reporting that the global

Calling Bulgarian speaking users of Jenkins - can you have a look at the first part of Bulgarian translation of Jenkins

2015-11-17 Thread Alexander Shopov
Hello everyone, TL;DR - if you do not speak Bulgarian - skip the message. I am Alexander Shopov. I have started translating Jenkins in Bulgarian - a Southern Slavic language, official in Bulgaria. I have sent my first pull request for that - https://github.com/jenkinsci/jenkins/pull/1913

Re: Matrix Authorization Strategy Plugin - max number of user entries?

2015-11-17 Thread G Dameron
Hi Daniel -- I'm unfamiliar with how to set/view properties at this level. Is the setting visible in the GUI somewhere? On Tuesday, November 17, 2015 at 10:26:54 AM UTC-7, Daniel Beck wrote: > > Isn't this only the issue with the limit of form submission size? If so, > should suffice to set the

Re: [workflow-plugin] where does the print output go - not present in jenkins console

2015-11-17 Thread Martin d'Anjou
I have the same issue. How do I print messages to the console from a class defined in a workflow? On Thursday, June 25, 2015 at 5:29:49 AM UTC-4, Arek Skalski wrote: > > This actually changes nothing: > > Started by user ** > Running:

Re: Jenkins pre-build check of pom.xml

2015-11-17 Thread Mark Bidewell
We do something similar to validate the connections section of a pom. We use an ant script to do the validation. On Tuesday, November 17, 2015 at 12:22:20 PM UTC-5, Andreas G. wrote: > > Hi guys, > > completely new to Jenkins and need help with a super simple thing. > > In my setup I would

Re: Multiple SVN revision numbers affecting "Change set" reported by the SVN plugin

2015-11-17 Thread Manuel Jesús Recena Soto
Hello, I asked you about the console output. Regards, 2015-11-17 1:09 GMT+01:00 Alexander Kress : > Hi Manuel, > > My bad, I did not mention two jobs to keep things simpler. :) The fact that > I am using different jobs should not make any difference as the jobs are > fully

RE: Jenkins ignoring No Host proxy setting

2015-11-17 Thread Matthew.Webber
My understanding is that the setting you describe ONLY applies to Jenkins installing plugins. When you say that Jenkins is ignoring your no-proxy settings, do you mean when you install plugins, or for other things? What platform are you on? Matthew From: jenkinsci-users@googlegroups.com

Re: Signature verification failed in downloadable 'hudson.tasks.Maven.MavenInstaller'

2015-11-17 Thread Daniel Anechitoaie
Thanks for explaining what's the issue. I think I'll wait for a while until the certificate is fixed so I don't change the java.security settings yet. On Tuesday, November 17, 2015 at 8:05:43 AM UTC+2, Daniel Beck wrote: > > > KK needs to fix the cert/secret used by the crawler, similar to the