[JIRA] (JENKINS-42599) Newly added module locations' / additional credentials' "Add" credential button seems out of work

2018-02-20 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42599  
 
 
  Newly added module locations' / additional credentials' "Add" credential button seems out of work
 

  
 
 
 
 

 
Change By: 
 Raphael Pionke  
 
 
Component/s: 
 credentials-plugin  
 

  
 
 
 
 

 
 
 

 
 
 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-42599) Newly added module locations' / additional credentials' "Add" credential button seems out of work

2018-02-20 Thread vinc...@latombe.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vincent Latombe commented on  JENKINS-42599  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Newly added module locations' / additional credentials' "Add" credential button seems out of work
 

  
 
 
 
 

 
 Raphael Pionke I think it would just be one more hack on top of the existing one so I wouldn't be too happy to file it.  
 

  
 
 
 
 

 
 
 

 
 
 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-42599) Newly added module locations' / additional credentials' "Add" credential button seems out of work

2018-02-20 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke commented on  JENKINS-42599  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Newly added module locations' / additional credentials' "Add" credential button seems out of work
 

  
 
 
 
 

 
 Vincent Latombe so should we create a PR to increase the timeout?  
 

  
 
 
 
 

 
 
 

 
 
 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-42599) Newly added module locations' / additional credentials' "Add" credential button seems out of work

2018-02-20 Thread vinc...@latombe.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vincent Latombe edited a comment on  JENKINS-42599  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Newly added module locations' / additional credentials' "Add" credential button seems out of work
 

  
 
 
 
 

 
 Caused by the workaround for JENKINS-26578 ([source|[https://github.com/jenkinsci/credentials-plugin/blob/master/src/main/resources/lib/credentials/select/select.js#L263-L271]) . ] . It causes the YUI button in the 'template' block used by repeatable to be rendered before the html text is captured by repeatable behaviour [initialization|https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/form/repeatable/repeatable.js#L23].Then later, when it is inserted, the behaviour doesn't work properly since the markup is not what is expected.If I set a larger timeout in the JENKINS-26578 hack, then the new entries get added properly and the 'add' button works fine.  
 

  
 
 
 
 

 
 
 

 
 
 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-42599) Newly added module locations' / additional credentials' "Add" credential button seems out of work

2018-02-20 Thread vinc...@latombe.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vincent Latombe edited a comment on  JENKINS-42599  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Newly added module locations' / additional credentials' "Add" credential button seems out of work
 

  
 
 
 
 

 
 Caused by the workaround for JENKINS-26578 ([source| [ https://github.com/jenkinsci/credentials-plugin/blob/master/src/main/resources/lib/credentials/select/select.js#L263-L271] ] ).It causes the YUI button in the 'template' block used by repeatable to be rendered before the html text is captured by repeatable behaviour [initialization|https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/form/repeatable/repeatable.js#L23].Then later, when it is inserted, the behaviour doesn't work properly since the markup is not what is expected.If I set a larger timeout in the JENKINS-26578 hack, then the new entries get added properly and the 'add' button works fine.  
 

  
 
 
 
 

 
 
 

 
 
 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-42599) Newly added module locations' / additional credentials' "Add" credential button seems out of work

2018-02-20 Thread vinc...@latombe.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vincent Latombe edited a comment on  JENKINS-42599  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Newly added module locations' / additional credentials' "Add" credential button seems out of work
 

  
 
 
 
 

 
 Caused by the workaround for JENKINS-26578 ([source|[https://github.com/jenkinsci/credentials-plugin/blob/master/src/main/resources/lib/credentials/select/select.js#L263-L271] ) ] ) .It causes the YUI button in the 'template' block used by repeatable to be rendered before the html text is captured by repeatable behaviour [initialization|https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/form/repeatable/repeatable.js#L23].Then later, when it is inserted, the behaviour doesn't work properly since the markup is not what is expected.If I set a larger timeout in the JENKINS-26578 hack, then the new entries get added properly and the 'add' button works fine.  
 

  
 
 
 
 

 
 
 

 
 
 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-42599) Newly added module locations' / additional credentials' "Add" credential button seems out of work

2018-02-20 Thread vinc...@latombe.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vincent Latombe edited a comment on  JENKINS-42599  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Newly added module locations' / additional credentials' "Add" credential button seems out of work
 

  
 
 
 
 

 
 Caused by the workaround for JENKINS-26578 ([source|[https://github.com/jenkinsci/credentials-plugin/blob/master/src/main/resources/lib/credentials/select/select.js#L263-L271]).]It causes the YUI button in the 'template' block used by repeatable to be rendered before the html text is captured by repeatable behaviour [initialization| [ https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/form/repeatable/repeatable.js#L23]. ] Then later, when it is inserted, the behaviour doesn't work properly since the markup is not what is expected.If I set a larger timeout in the JENKINS-26578 hack, then the new entries get added properly and the 'add' button works fine.  
 

  
 
 
 
 

 
 
 

 
 
 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-42599) Newly added module locations' / additional credentials' "Add" credential button seems out of work

2018-02-20 Thread vinc...@latombe.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vincent Latombe commented on  JENKINS-42599  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Newly added module locations' / additional credentials' "Add" credential button seems out of work
 

  
 
 
 
 

 
 Caused by the workaround for JENKINS-26578 ([source|https://github.com/jenkinsci/credentials-plugin/blob/master/src/main/resources/lib/credentials/select/select.js#L263-L271).] It causes the YUI button in the 'template' block used by repeatable to be rendered before the html text is captured by repeatable behaviour [initialization|https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/form/repeatable/repeatable.js#L23.] Then later, when it is inserted, the behaviour doesn't work properly since the markup is not what is expected. If I set a larger timeout in the JENKINS-26578 hack, then the new entries get added properly and the 'add' button works fine.  
 

  
 
 
 
 

 
 
 

 
 
 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-42599) Newly added module locations' / additional credentials' "Add" credential button seems out of work

2017-03-08 Thread yujia....@alibaba-inc.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aliyun ContainerService updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42599  
 
 
  Newly added module locations' / additional credentials' "Add" credential button seems out of work
 

  
 
 
 
 

 
Change By: 
 Aliyun ContainerService  
 

  
 
 
 
 

 
 As the screenshot below,in the second added module .  block,  Add button in Credentials Block can not pop out any dialog...The Additional Credentials part has the same problem.   
 

  
 
 
 
 

 
 
 

 
 
 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-42599) Newly added module locations' / additional credentials' "Add" credential button seems out of work

2017-03-08 Thread yujia....@alibaba-inc.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aliyun ContainerService created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42599  
 
 
  Newly added module locations' / additional credentials' "Add" credential button seems out of work
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 add credentials button.png  
 
 
Components: 
 subversion-plugin  
 
 
Created: 
 2017/Mar/09 6:22 AM  
 
 
Environment: 
 jenkins 2.19.2  Subversion Plug-in 2.7.1  
 
 
Labels: 
 plugin subversion-plugin  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Aliyun ContainerService  
 

  
 
 
 
 

 
 As the screenshot below, in the second added module. Add button in Credentials Block can not pop out any dialog... The Additional Credentials part has the same problem.