[JIRA] (JENKINS-50208) 10min timeout for user built plugins

2019-07-17 Thread slide.o....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Earl closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Please use the jenkins developer mailing list to ask questions about plugin development.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-50208  
 
 
  10min timeout for user built plugins   
 

  
 
 
 
 

 
Change By: 
 Alex Earl  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.189231.1521155896000.14124.1563372120265%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-50208) 10min timeout for user built plugins

2018-03-22 Thread jason.ray.hod...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Hodges updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50208  
 
 
  10min timeout for user built plugins   
 

  
 
 
 
 

 
Change By: 
 Jason Hodges  
 
 
Priority: 
 Major Minor  
 

  
 
 
 
 

 
 
 

 
 
 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-50208) 10min timeout for user built plugins

2018-03-20 Thread jason.ray.hod...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Hodges updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50208  
 
 
  10min timeout for user built plugins   
 

  
 
 
 
 

 
Change By: 
 Jason Hodges  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 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-50208) 10min timeout for user built plugins

2018-03-16 Thread jason.ray.hod...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Hodges updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50208  
 
 
  10min timeout for user built plugins   
 

  
 
 
 
 

 
Change By: 
 Jason Hodges  
 

  
 
 
 
 

 
 We are building a plugin for Jenkins to call a blue/green deployer that we created. For some of our larger Node apps ,  we are running into a hard 10min timeout when calling our plugin. We are able to adjust the timeout from 0-10 mins but anything after that we get a failed pipeline. I've seen a similar issue with the Git plugin but they were able to get around the issues. We've tried several different libraries for handling the call to our blue/greener but we run in to the same issue. Any help would be great, thanks.  
 

  
 
 
 
 

 
 
 

 
 
 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-50208) 10min timeout for user built plugins

2018-03-15 Thread jason.ray.hod...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Hodges created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50208  
 
 
  10min timeout for user built plugins   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 plugin-proposals  
 
 
Created: 
 2018-03-15 23:18  
 
 
Labels: 
 jenkins pipeline plugin timeout  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jason Hodges  
 

  
 
 
 
 

 
 We are building a plugin for Jenkins to call a blue/green deployer that we created. For some of our larger Node apps we are running into a hard 10min timeout when calling our plugin. We are able to adjust the timeout from 0-10 mins but anything after that we get a failed pipeline. I've seen a similar issue with the Git plugin but they were able to get around the issues. We've tried several different libraries for handling the call to our blue/greener but we run in to the same issue. Any help would be great, thanks.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment