[JIRA] (JENKINS-49988) "Periodically if not otherwise run" interval dropdown only displays a single value

2018-03-15 Thread omar.k...@iternity.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Omar Kohl resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49988  
 
 
  "Periodically if not otherwise run" interval dropdown only displays a single value   
 

  
 
 
 
 

 
Change By: 
 Omar Kohl  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 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-49988) "Periodically if not otherwise run" interval dropdown only displays a single value

2018-03-15 Thread omar.k...@iternity.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Omar Kohl commented on  JENKINS-49988  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Periodically if not otherwise run" interval dropdown only displays a single value   
 

  
 
 
 
 

 
 This has been solved in 2.111 . Probably it was related to Jenkins Core Issue https://issues.jenkins-ci.org/browse/JENKINS-49968 which was fixed by reverting a Prototype.js upgrade.  
 

  
 
 
 
 

 
 
 

 
 
 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-49988) "Periodically if not otherwise run" interval dropdown only displays a single value

2018-03-14 Thread olek...@kovyrin.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleksiy Kovyrin commented on  JENKINS-49988  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Periodically if not otherwise run" interval dropdown only displays a single value   
 

  
 
 
 
 

 
 Same issue here. Jenkins 2.110, the only available value is 1d.  
 

  
 
 
 
 

 
 
 

 
 
 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-49988) "Periodically if not otherwise run" interval dropdown only displays a single value

2018-03-07 Thread omar.k...@iternity.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Omar Kohl created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49988  
 
 
  "Periodically if not otherwise run" interval dropdown only displays a single value   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 interval-1d.png  
 
 
Components: 
 cloudbees-folder-plugin  
 
 
Created: 
 2018-03-07 12:50  
 
 
Environment: 
 Jenkins 2.110  Folder Plugin 6.3  Firefox and Chrome on Windows 10 and Ubuntu 17.10  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Omar Kohl  
 

  
 
 
 
 

 
 The dropdown to choose the interval when configuring a "Multibranch Pipeline" only displays a single value "1d" . The HTML of the page only contains a single option in the select (checked with Web Developer Tools). When reading the code (PeriodicFolderTrigger.java) it is apparent that many values such as 1m, 2m, 5m etc. should be allowed. Whe modifying the value with the browser's Web Developer Tools I can for instance set it to "15m" and the value is correctly used, saved and displayed on the site. But then it is again the only value on display. The latest change (July 2017) to anything related to this (as far as I can tell) was 853c294ae34fbd9f7156b51c56ee51a886702aee where the default value was set to "1d" (from being unset before).