Re: Jenkins plugin's classloader isolation

2015-02-26 Thread ejorris
We just realized that we can overcome the problem bu using the XSTRAEM2 similar as when we replace a class for backwards compatibility. We did see problems with the classloader both in job configuration (config.xml) and during job builds. Just by using the addCompatibilityAlias to the original

Re: Script Security Plugin Questions

2015-02-26 Thread Jesse Glick
On Thu, Feb 26, 2015 at 9:24 AM, Slide slide.o@gmail.com wrote: an administrator can set a default pre-send script in the global configuration and then in a project specify $DEFAULT_PRESEND_SCRIPT, which is then replaced by the global configuration value. Will this cause issues with the

Re: My first sonar-compliance plugin contribution

2015-02-26 Thread Ramesh Dara
Appreciate helping me to commit my plugin code. -Ramesh Dara On Wednesday, February 25, 2015 at 10:30:53 AM UTC-8, Ramesh Dara wrote: Hi, This is Ramesh Dara and its my first contribution to jenkins plugin. Following are the details as suggested. GitHub plugin name: sonar-compliance

Script Security Plugin Questions

2015-02-26 Thread Slide
I am finally getting the time to add the Script Security Plugin to email-ext. The problem I am looking at is that scripts are used as variables, by this I mean an administrator can set a default pre-send script in the global configuration and then in a project specify $DEFAULT_PRESEND_SCRIPT,

Re: Integration with bugzilla doesn't file a ticket.

2015-02-26 Thread Ankush Aggarwal
Hi Chethan,, did you find the solution? Thanks, Ankush On Monday, 5 August 2013 21:31:00 UTC+5:30, Chethan B D wrote: Hi All, I'm new to Jenkins / Hudson CI server. I've installed Jenkins (downloaded from http://mirror.xmission.com/jenkins/windows/jenkins-1.525.zip) Bugzilla 4.0 in

Re: Testopia jenkins integration

2015-02-26 Thread Ankush Aggarwal
Hi Kinow, Any solution or defined document ? -Ankush On Thursday, 27 November 2014 16:23:12 UTC+5:30, Ankush Aggarwal wrote: Hi All, I am integrating Testopia with Jenkins, Download very simple java app from internet having test cases. Jenkins authentication with testopia is working

Re: How to generate a auto bug for failed test cases

2015-02-26 Thread Ankush Aggarwal
Hi All, any solution ? -Ankush On Monday, 9 February 2015 14:42:51 UTC+5:30, Ankush Aggarwal wrote: Hi All, if we have selenium project in jenkins and it is able to update testcase status in testlink, how should we generate an auto bug in bugzilla. Jenkins has been integrated with

Re: [workflow-plugin] stage concurrency not working outside of node scope?

2015-02-26 Thread Jesse Glick
On Tuesday, February 24, 2015 at 12:55:38 PM UTC-5, sebastien@gmail.com wrote: I still wonder wether this is a bug, which I should file, or not. I did recently fix a problem with the `stage` step not honoring `concurrency` in some cases, which will go into 1.3.

Re: My first sonar-compliance plugin contribution

2015-02-26 Thread Ramesh Dara
Hi Chris, Thanks for responding. The purpose of the sonar plugin is to collect the metrics of a project. The purpose of this plugin is compliance. The customer can chose static compliance (Similar to the sonar's emerging quality gate) or differential. The static compliance ensures the customer

Re: My first sonar-compliance plugin contribution

2015-02-26 Thread Christopher Orr
Can you explain a bit more about what it actually does? Is it similar at all to the existing Sonar plugin / could functionality be added to that? Also, it looks like you need to remove the global.jelly and index.jelly files in the repo which seem to be copies of the sample plugin project.

Re: Jenkins plugin's classloader isolation

2015-02-26 Thread Kirill
Jesse, thanks a million for your comments and clarifications! As for your recommendations on settings, I have a question. So, there are 2 plugins installed on the same Jenkins instance - plugin A and plugin B, both of which use library C that is embedded in both of them. Build step, introduced

Re: Jenkins plugin's classloader isolation

2015-02-26 Thread Jesse Glick
On Thu, Feb 26, 2015 at 4:25 AM, Kirill yam...@gmail.com wrote: Build step, introduced by plugin A, has private fields with the types from library C. So when the appropriate job config is saved, these types are referred in config.xml. That's probably what you suggested to avoid. Yes, exactly.

Please update contact info for Josh Kennedy

2015-02-26 Thread Craig Rodrigues
Hi, Please update the contact info for Josh Kennedy at: https://wiki.jenkins-ci.org/display/JENKINS/Clang+Scan-Build+Plugin The e-mail address there bounces. I tracked down Josh via linkedin, and he said that his working address is: j...@ponycode.com Thanks. -- Craig -- You received this