[JIRA] (JENKINS-61429) Unable to move/reorder items within a job

2020-03-11 Thread ahumbers...@full-fat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andy H created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61429  
 
 
  Unable to move/reorder items within a job   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2020-03-11 13:00  
 
 
Environment: 
 OS: MacOS Mojave (10.14.6)  JDK: 11.0.2  JRE: 11.0.2+9-LTS  Jenkins: 2.225  Browsers: Chrome,Firefox,Safari  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Andy H  
 

  
 
 
 
 

 
 Recently noticed, whilst trying to diagnose another issue, that we are now unable to move/reorder items within a job.   Attempting to move/reorder items in the build or post-build  section results in the browser scrolling upwards with no ability to move item.  Tried on multiple browsers and computers.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 

[JIRA] (JENKINS-54116) Jenkins Jira Plugin - Unable to add version

2018-10-18 Thread ahumbers...@full-fat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andy H commented on  JENKINS-54116  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins Jira Plugin - Unable to add version   
 

  
 
 
 
 

 
 I can confirm setting the Read Timeout and Thread Executor Size to non-zero values has remedied the issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-54116) Jenkins Jira Plugin - Unable to add version

2018-10-17 Thread ahumbers...@full-fat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andy H commented on  JENKINS-54116  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins Jira Plugin - Unable to add version   
 

  
 
 
 
 

 
 Thanks for the suggestion Daniel Daehler  I'll look to give it a go in the morning, when no jobs are running.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-54116) Jenkins Jira Plugin - Unable to add version

2018-10-16 Thread ahumbers...@full-fat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andy H updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54116  
 
 
  Jenkins Jira Plugin - Unable to add version   
 

  
 
 
 
 

 
Change By: 
 Andy H  
 
 
Summary: 
 Jenkins Jira Plugin - Unable to add version  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-54116) Unable to add version

2018-10-16 Thread ahumbers...@full-fat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andy H created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54116  
 
 
  Unable to add version   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 jira-plugin  
 
 
Created: 
 2018-10-17 06:24  
 
 
Environment: 
 Jira plugin 3.0.3  Jenkins 2.147   
 
 
Labels: 
 plugin  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Andy H  
 

  
 
 
 
 

 
 After upgrading from Jira Plugin 3.0.2 to 3.0.3, the following error is presented when trying to increment versions through Jenkins. FATAL: Unable to add version 1.6 (170) to JIRA project XXX java.lang.IllegalArgumentException at java.util.concurrent.ThreadPoolExecutor.(ThreadPoolExecutor.java:1307) at java.util.concurrent.ThreadPoolExecutor.(ThreadPoolExecutor.java:1230) at java.util.concurrent.Executors.newFixedThreadPool(Executors.java:151) at hudson.plugins.jira.JiraSite.createSession(JiraSite.java:457) at hudson.plugins.jira.JiraSite.getSession(JiraSite.java:426) at hudson.plugins.jira.JiraSite.getVersions(JiraSite.java:815) at hudson.plugins.jira.VersionCreator.perform(VersionCreator.java:39) at hudson.plugins.jira.JiraVersionCreator.perform(JiraVersionCreator.java:58) at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1835) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.

[JIRA] (JENKINS-43163) xcrun's deprecated PackageApplication is removed from Xcode 8.3

2017-03-28 Thread ahumbers...@full-fat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andy H commented on  JENKINS-43163  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: xcrun's deprecated PackageApplication is removed from Xcode 8.3   
 

  
 
 
 
 

 
 Pull request 76 appears to be a solution to this issue: https://github.com/jenkinsci/xcode-plugin/pull/76/commits/de240a9c2e192fba7d8c6d7509b9e8c00b102307    
 

  
 
 
 
 

 
 
 

 
 
 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] [jira-plugin] (JENKINS-18166) Add support for JIRA REST API - JIRA SOAP API will be removed in JIRA 7

2015-08-19 Thread ahumbers...@full-fat.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andy Humberston commented on  JENKINS-18166 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add support for JIRA REST API - JIRA SOAP API will be removed in JIRA 7  
 
 
 
 
 
 
 
 
 
 
Resolved the problem after building from master. 
Many thanks!!! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.