[JIRA] (JENKINS-31039) Queue items are ephemeral leading to api users to lose track of builds.

2016-08-04 Thread jly...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jared Lynem commented on  JENKINS-31039  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Queue items are ephemeral leading to api users to lose track of builds.   
 

  
 
 
 
 

 
 Yeah that's the next logical step Russell, but I didn't want to propose anything high effort. For a medium-frequency job the solution would work fine for what I'm imagining is a typical use case (I just invoked a job, what's the build number?). I did this today using an extra job parameter that's a tracking guid, and the performance is fine as is (linear search of builds in descending order via rest calls) with that use case. I'm sure one could write a plugin to do the whole search server-side, too. The whole REST APi is pretty anemic and needs an overhaul, but I'm sure the devs know that. I just don't feel comfortable demanding anything from a tool that's saved our organization probably hundreds of thousands of dollars.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-31039) Queue items are ephemeral leading to api users to lose track of builds.

2016-08-04 Thread jly...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jared Lynem commented on  JENKINS-31039  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Queue items are ephemeral leading to api users to lose track of builds.   
 

  
 
 
 
 

 
 Why not just store the queue item id on the build? If the queue item expires then I can at least search the builds until I find the one with my queue item id.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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