[JIRA] (JENKINS-49727) Add optional parameter to specify the number of items the list will display

2018-04-16 Thread klim...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Boguslaw Klimas resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Release 0.9.2  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-49727  
 
 
  Add optional parameter to specify the number of items the list will display   
 

  
 
 
 
 

 
Change By: 
 Boguslaw Klimas  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit 

[JIRA] (JENKINS-49727) Add optional parameter to specify the number of items the list will display

2018-02-28 Thread klim...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Boguslaw Klimas started work on  JENKINS-49727  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Boguslaw Klimas  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49727) Add optional parameter to specify the number of items the list will display

2018-02-26 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-49727  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add optional parameter to specify the number of items the list will display   
 

  
 
 
 
 

 
 Code changed in jenkins User: Boguslaw Klimas Path: src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition.java src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/config.jelly src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/config.properties src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/config_pl.properties src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/help-listSize.html src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/help-listSize_fr.html src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/help-listSize_pl.html src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/index.jelly http://jenkins-ci.org/commit/git-parameter-plugin/65266404f0772bee46b871e62d379625a4b36848 Log: Merge pull request #59 from ntwerdochlib/JENKINS-49727-optional-list-size Add optional parameter to specify the number of items the list will display Compare: https://github.com/jenkinsci/git-parameter-plugin/compare/a91745006055...65266404f077  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] (JENKINS-49727) Add optional parameter to specify the number of items the list will display

2018-02-24 Thread n...@nikom.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nik Twerdochlib created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49727  
 
 
  Add optional parameter to specify the number of items the list will display   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Boguslaw Klimas  
 
 
Components: 
 git-parameter-plugin  
 
 
Created: 
 2018-02-24 19:29  
 
 
Labels: 
 plugins git git-parameter  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Nik Twerdochlib  
 

  
 
 
 
 

 
 The plugin currently defaults to a hard coded value of displaying 5 rows.  For repositories with a large number of branches it becomes cumbersome to scroll through to select the target item. The proposed change adds an optional argument allowing the list size to be defined within the pipeline script.  Since the existing value is 5, the optional parameter defaults to a value of 5.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment