Re: New plugin repository hosting and Jira module request (TestFairy)

2014-04-17 Thread Ciprian Mester
I had some issues joining this group (tried first to join using a distribution list as email address) Now I have joined with my personal email address. Shell I provide something else in order to obtain the plugin hosting? Thanks, Ciprian On Wednesday, April 16, 2014 2:08:21 PM UTC+3, Ciprian

Parsing HTML unit test for the project configuration page

2014-04-17 Thread pallen
Hi Guys, I'm trying to write a unit test for the SCM entries in the project configuration page. @Rule public JenkinsRule jenkins = new JenkinsRule(); @Test public void testManualWorkspaceImpl() throws Exception { FreeStyleProject project = jenkins.createFreeStyleProject(Manual);

Re: New plugin Perforce

2014-04-17 Thread Jesse Glick
On Thu, Apr 17, 2014 at 5:20 AM, pallen pal...@perforce.com wrote: Perforce would like to release a new re-architected Jenkins plugin called 'p4'. Is this intended to be a full replacement for the existing jenkinsci/perforce-plugin? If so, it should reuse that repository and

Re: New plugin Perforce

2014-04-17 Thread Paul Allen
The existing 'perforce' plugin is used by many of our customers and I was concerned that effectively replacing it with the new plugin may upset some users. Whilst the new plugin provides all the basic SCM functions, it is not yet as feature rich. We plan to add features over the next few

Re: New plugin Perforce

2014-04-17 Thread Jesse Glick
On Thu, Apr 17, 2014 at 11:51 AM, Paul Allen pal...@perforce.com wrote: Whilst the new plugin provides all the basic SCM functions, it is not yet as feature rich. We plan to add features […] […] perhaps there is a way to branch (fork) the old codebase into a legacy area? A bit more work,

RC testing for 1.554.1 has started

2014-04-17 Thread oliver gondža
Hello everyone, As you probably all know, latest RC was made public just yesterday. Join us testing what will become next LTS release! We have two weeks to make sure that all the fixes[1] are in place and no new regressions was introduced. Report your findings in this thread or in the

Re: New plugin Perforce

2014-04-17 Thread Paul Allen
I have been discussing the plugin for sometime over email. I'll CC Rob and the others... Paul On 17 Apr 2014, at 16:59, Jesse Glick jgl...@cloudbees.com wrote: On Thu, Apr 17, 2014 at 11:51 AM, Paul Allen pal...@perforce.com wrote: Whilst the new plugin provides all the basic SCM functions,

Re: New plugin Perforce

2014-04-17 Thread Rob Petti
I thought it was decided that refactoring the old plugin was the better way to go? It's less of an impact on users, and preserves all of the required functionality. If not, then just make a new repo, I guess... On Thursday, 17 April 2014 10:52:20 UTC-6, pallen wrote: I have been discussing

Re: Request for contributor access to jenkinsci/windows-azure-storage-plugin repository

2014-04-17 Thread Suersh Nallamilli
Can some one give me the required permissions ASAP , please? On Wed, Apr 16, 2014 at 11:12 AM, Suersh Nallamilli sureshi...@gmail.comwrote: Hi I am hereby requesting contributor access to jenkinsci/windows-azure-storage-plugin repository for my github id *snallami* I was one of the

Re: Request for contributor access to jenkinsci/windows-azure-storage-plugin repository

2014-04-17 Thread Kohsuke Kawaguchi
Sorry for the delay. All set now. On 04/17/2014 01:48 PM, Suersh Nallamilli wrote: Can some one give me the required permissions ASAP , please? On Wed, Apr 16, 2014 at 11:12 AM, Suersh Nallamilli sureshi...@gmail.com mailto:sureshi...@gmail.com wrote: Hi I am hereby requesting

How to bind a checkbox on config.jelly with a Builder class?

2014-04-17 Thread Code
This is the builder class which is based on HelloWorldBuilder. public class LogInfoBuilder extends Builder { private final TimerSettings settings = new TimerSettings(); private final ListString infoCollection = new ArrayListString(); // Fields in config.jelly must match