Re: Release failed due to findbugs

2016-07-26 Thread Aleksi Simell
Hi, Thanks! I noticed that the failed build had left the release.properties and pom.xml.releaseBackup files remaining, even though the build was in GitHub. It kept checking out the code from 1.1 even though I had made changes. Removing those files allowed me to get the checkout from the current ve

Re: JGit api changed - Handling removal of methods from an underlying API

2016-07-26 Thread Mark Waite
I've posted a possible alternative as a pull request to the git plugin. The alternative tries to call the JGit 3 implementation. If a NoSuchMethodError exception is raised, it uses reflection to find the close method (from JGit 4), and calls it (if it finds it). Comments are welcomed on https:

Re: Plugin to hide/mask/obfuscate regex in all build output?

2016-07-26 Thread Jesse Glick
On Tue, Jul 26, 2016 at 8:38 PM, Jason Antman wrote: > if someone runs `cat ~/.aws/credentials` or for that matter makes an > API call to generate credentials inside a job, we want it masked. Indeed this would require a new feature. > I'm working on a fork of the Mask Passwords plugin that suppo

Re: Plugin to hide/mask/obfuscate regex in all build output?

2016-07-26 Thread Jason Antman
Jesse, My concern isn't simply masking credentials. It's masking strings (in this case AWS secret keys) however they get into or appear in a build, period. i.e. if someone runs `cat ~/.aws/credentials` or for that matter makes an API call to generate credentials inside a job, we want it masked. We

Re: Plugin to hide/mask/obfuscate regex in all build output?

2016-07-26 Thread Jesse Glick
On Tue, Jul 26, 2016 at 10:14 AM, Jason Antman wrote: > The closest thing I've been able to find is the Mask Passwords > plugin, but that only handles specifically-defined strings (which are > defined in the plugin config, which seems to be even *less* secure). The Credentials Binding plugin does

Re: Find all extensions of a certain type

2016-07-26 Thread Jesse Glick
On Tue, Jul 26, 2016 at 9:10 AM, Raul Arabaolaza wrote: > I would like to get all classes that extends a certain type in Jenkins, this > classes use the @Describable annotation `@Extension` I suppose you mean. > I have found the hudson.ExtensionFinder class No, use `ExtensionList.lookup` (or in

Re: Release failed due to findbugs

2016-07-26 Thread Jesse Glick
mvn release:rollback release:clean Forget about 1.1, move on. Use `mvn clean compile findbugs:findbugs` to look for violations locally. Use the newest available (2.x) parent POM, so that problems like this will be caught during `prepare`, so that the `perform` phase does not fail and leave a mes

Re: Pipeline Syntax page and arguments of type Object

2016-07-26 Thread Jesse Glick
On Sat, Jul 23, 2016 at 9:51 PM, David van Laatum wrote: > I tried using overloading of methods to > accept a select list of types This is the only supported option. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from thi

Re: [plugin dev][Cloudbees build service] failed build due to usage of msbuild in pom in Jenkinsci repo

2016-07-26 Thread Jesse Glick
On Tue, Jul 19, 2016 at 8:18 AM, wrote: > I guess the issue is due to Jenkins node based on Linux while the pom > requires windows path for .Net framework files. > > What's the best solution for cases such as this? Sorry, I do not think we currently support plugin builds which require Windows.

Re: httpclient errors while working on upgrading and cleaning up pom file

2016-07-26 Thread Jesse Glick
On Mon, Jul 18, 2016 at 5:15 AM, Robert Sandell wrote: > you most likely have multiple versions of httpclient on your classpath Yes, use `mvn dependency:tree`, and generally either add an `` for the old one, or add an explicit dependency on a newer one. -- You received this message because you

Re: A UUID on Jobs, Runs and others (perhaps) ?

2016-07-26 Thread Jesse Glick
On Thu, Jul 14, 2016 at 8:43 PM, Michael Neale wrote: > Would this type of alternative scheme interest people in jenkins? then it > doesn't matter where a job is buried, the access would be uniform, by id, > but with a slug added to aid in comprehention of the url? While this has some obvious ben

Urgent Req : JAVA Groovy on grails developer Mclean VA, contract

2016-07-26 Thread lucky samudrala
HI Professional This is MIKE MICHON from Agile Enterprise solutions This is in reference to the following position. * Please find below job description if you feel comfortable please revert with updated resume, Rate and contact details ASAP * *Title : JAVA Groovy on grails develop

[no subject]

2016-07-26 Thread nanda kishore
Hi professional, This is Kishore from Agile Enterprise Solutions. This is in reference to the following position. * Please find below job description if you feel comfortable please revert with updated resume, salary compensation and contact details ASAP * Title : Groovy on Grails Tech

How important NodeJS plugin for testing SugarCRM

2016-07-26 Thread Sravanthi B
Does NodeJS plugin is imp to be installed to test SugarCRM with Jenkins. I am running into below error: java.lang.IllegalArgumentException: Unresolvable nodeJS installer for version=0.11.4, platform=WINDOWS, cpu=amd64 at jenkins.plugins.nodejs.tools.pathresolvers.LatestInstallerPathResolver.re

Re: In Review

2016-07-26 Thread R. Tyler Croy
(replies inline) On Tue, 26 Jul 2016, Slide wrote: > Some issues that have already been resolved for months are being changed to > In Review by Anonymous. Does anyone know why this is the case? I wonder if this is an unintended side-effect from migrating JENKINS over to the new workflow scheme

Re: In Review

2016-07-26 Thread Daniel Beck
> On 26.07.2016, at 17:08, Slide wrote: > > Some issues that have already been resolved for months are being changed to > In Review by Anonymous. Does anyone know why this is the case? Not sure but I removed the permission from anon earlier today when I noticed it. No idea why this had been g

Re: [JENKINS-35345] Allow to automatically purge old bundles

2016-07-26 Thread Steve Christou
I would recommend looking at the Saveable interface as it will persist the state of the object to xml (see Saveable.save() javadoc for more information). On July 25, 2016 at 1:40:42 PM, Minudika Malshan (minudika...@gmail.com) wr

In Review

2016-07-26 Thread Slide
Some issues that have already been resolved for months are being changed to In Review by Anonymous. Does anyone know why this is the case? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving em

Find all extensions of a certain type

2016-07-26 Thread Raul Arabaolaza
Hi, I would like to get all classes that extends a certain type in Jenkins, this classes use the @Describable annotation so my guess is that maybe there is something in Jenkins that allow me to get all of them give the fact that @Describable is used to register extensions and extensions are lo

Re: Plugin wiki page is not updated

2016-07-26 Thread Daniel Beck
Tyler removed the Confluence cache we've been using yesterday, so this is likely related. Thanks for letting us know. > On 26.07.2016, at 13:35, Itay Karo wrote: > > Hi, > > Recently I added my plugin, HPE Network Virtualization Plugin, to Jenkins. I > haven't released it yet. I started worki

Plugin wiki page is not updated

2016-07-26 Thread Itay Karo
Hi, Recently I added my plugin, HPE Network Virtualization Plugin, to Jenkins. I haven't released it yet. I started working on the wiki page. Though I keep updating the wiki page, I don't see these modifications. The last update time is also wrong and points to the day before. Click here

Re: [Blue Ocean] API and UI URL mismatch behind reverse proxy

2016-07-26 Thread Michael Neale
Javier - its this type of thing that Ivan excels at. "hey Ivan I am seeing this really odd thing" Ivan: "Oh hahaha I know exactly what that is". Everyone needs an Ivan. On Tuesday, July 26, 2016 at 5:32:59 PM UTC+10, Javier Martín Caro BEEVA wrote: > > Wow, I really appreciate it, I w

Re: [Blue Ocean] API and UI URL mismatch behind reverse proxy

2016-07-26 Thread Javier Martín Caro BEEVA
Wow, I really appreciate it, I wouldn't found it in a million years! :) Thank you all. El lunes, 25 de julio de 2016, 8:45:18 (UTC+2), Ivan Meredith escribió: > > Hi there, > > It is because your Jenkins instance is in spanish!. > > There is this bit of code > https://github.com/jenkinsci/blueoc