Data stored in system configuration is not showing up

2013-07-02 Thread Zhengyuan Shen
These are the code for saving the configuration data. public boolean configure(StaplerRequest req, JSONObject formData) throws FormException { req.bindJSON(this, formData); ConfigString = formData.toString(); save(); return super.conf

Re: Wiki not updating after release?

2013-07-02 Thread Larry Shatzer, Jr.
The wiki needs to be restarted. The scheduler that handles updates got a bit out of whack due to an invalid email address. On Tue, Jul 2, 2013 at 8:53 AM, Chris Wozny wrote: > I noticed this as well with the MSBuild plugin. > > > On Sunday, June 30, 2013 2:51:51 PM UTC-4, Richard Bywater wrote:

New plugin hosting request: Dynamic Search View Plugin

2013-07-02 Thread Oleg Nenashev
Hello, Plugin provides extended implementation of ListView. Dynamic Search View allows setting of additional filters at the view’s main page, which will be applied after clicking on the "Submit" button. So, user is able to filter and search jobs without creation of new Views. GitHub URL: https:

Re: subversion plugin development

2013-07-02 Thread nicolas de loof
Right, I've been thinking about such options, just wanted to know if this is a common issue for all bundled plugin and how maintainer manage to develop them. 2013/7/2 Kevin Fleming (BLOOMBERG/ 731 LEXIN) > You could also build a local version of Jenkins that doesn't bundle the > Subversion plug

ExtensionPoints in ssh-slaves plugin?

2013-07-02 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Since I have a production system that relies heavily on the EC2 plugin, I'm considering a massive cleanup/reorganization of it, to take advantage of new things that Jenkins offers now (SSH Credentials plugin and other stuff). Along the way, I plan to introduce, where needed, some locking to prot

Re: Reg, JPI format

2013-07-02 Thread Slide
hpi and jpi files are the same thing, Jenkins switched to jpi from hpi because of the name change from Hudson. On Jul 2, 2013 10:27 AM, wrote: > Hi All, > > I am in need of .jpi plugin from the following download site: > > https://updates.jenkins-ci.org/download/plugins/subversion/ > > But the li

Re: subversion plugin development

2013-07-02 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You could also build a local version of Jenkins that doesn't bundle the Subversion plugin, then reference that version (using a special version string) when bundling the custom plugin. - Original Message - From: jenkinsci-dev@googlegroups.com To: jenkinsci-dev@googlegroups.com At: Jul 2

Reg, JPI format

2013-07-02 Thread vivek1717
Hi All, I am in need of .jpi plugin from the following download site: https://updates.jenkins-ci.org/download/plugins/subversion/ But the link is pointing to .hpi files instead of .jpi files. As I am currently having Jenkins version with .jpi plugin files in the plugin folder, I am in need of

Updating messages.properties for new messages

2013-07-02 Thread Marc MacIntyre
I guess this is a bit of an etiquette question; when adding messages to a plugin for a change, should I just add the english version to the _es, _ja, and _zh_TW versions? Or leave them out completely? -- Marc MacIntyre -- You received this message because you are subscribed to the Google Group

Re: subversion plugin development

2013-07-02 Thread Bruno P. Kinoshita
Bonjour Nicolas,  Doing a git clone + mvn hpi:run I get the same results in http://:/pluginManager/installed. I think the 1.26 version is bundled with Jenkins 1.466 (parent in the subversion-plugin pom.xml). Here's a quick hack. Not sure if the best way of doing this (@anyboby feel free to chi

Review request: enhanced support for ReconfigurableDescribable interface

2013-07-02 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
{https://github.com/kpfleming/jenkins-core/tree/reconfigurables} After taking suggestions from Jesse and Stephen, I've put together a small patch that allows DescribableList to properly reconfigure instances of ReconfigurableDescribable, even if the hetero-list contains multiple instances from

Coverity Plugin Only Supports CIM 6+ Now, Options for Backported Plugin?

2013-07-02 Thread Chris Wozny
All, I'm not sure how big of a community there is for Coverity, but I've noticed with the latest release of the Jenkins plugin that it no longer supports Coverity Instance Manager lower than version 6. This led me to think of a more general question: Is there anything in place which allows us t

Re: Wiki not updating after release?

2013-07-02 Thread Chris Wozny
I noticed this as well with the MSBuild plugin. On Sunday, June 30, 2013 2:51:51 PM UTC-4, Richard Bywater wrote: > > Hi > > I recently released 1.23 of the Gradle plugin but I note that the wiki > page has not updated yet. > > Did I miss a step somewhere or does it sometimes just take a while? >

subversion plugin development

2013-07-02 Thread nicolas de loof
I'm running mvn hpi:run on subversion plugin expecting I can do some quick test on a bug fix, but I always get the war-packaged 1.26 subversion plugin installed, even there's a pinned file generated. What's wrong ? -- You received this message because you are subscribed to the Google Groups "Jen

Re: [VOTE] Bump Jenkins to Java 6

2013-07-02 Thread Carlos Duclos
Well, for me the main problem is that we have to support old Unixes that have no possibility to be upgraded to a more modern java version. I realize this is an extreme situation, so would it be possible to keep some compatibility for agents with an older java version? I don't expect all the fea

Re: Wont pass tests, perhaps newbie issue

2013-07-02 Thread michaelsdev
Ok. On win 7 I got it working, I think. But the expected git.hpi ist not present in git-plugin\work\plugins folder. Theres only a git.HPL which I dont know what to do with. Does this mean it still failed somehow or how do I deploy this? Shouldn't there be a git.hpi ? I uploaded all the hpi that