[JIRA] (JENKINS-54191) Persist task finished time

2018-10-31 Thread tommy.ty...@diabol.se (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tommy Tynjä resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Delivery Pipeline plugin 1.3.0  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-54191  
 
 
  Persist task finished time   
 

  
 
 
 
 

 
Change By: 
 Tommy Tynjä  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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-54191) Persist task finished time

2018-10-31 Thread tommy.ty...@diabol.se (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tommy Tynjä closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54191  
 
 
  Persist task finished time   
 

  
 
 
 
 

 
Change By: 
 Tommy Tynjä  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 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-54191) Persist task finished time

2018-10-22 Thread tommy.ty...@diabol.se (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tommy Tynjä updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54191  
 
 
  Persist task finished time   
 

  
 
 
 
 

 
Change By: 
 Tommy Tynjä  
 
 
Attachment: 
 dpp_task_persist_2.png  
 
 
Attachment: 
 dpp_task_persist_1.png  
 

  
 
 
 
 

 
 
 

 
 
 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-54191) Persist task finished time

2018-10-22 Thread tommy.ty...@diabol.se (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tommy Tynjä created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54191  
 
 
  Persist task finished time   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Patrik Boström  
 
 
Attachments: 
 dpp_task_persist_1.png, dpp_task_persist_2.png  
 
 
Components: 
 delivery-pipeline-plugin  
 
 
Created: 
 2018-10-22 20:45  
 
 
Environment: 
 Delivery Pipeline Plugin 1.2.0   
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Tommy Tynjä  
 

  
 
 
 
 

 
 The Delivery Pipeline plugin allows for fine grained visualization of tasks within a Jenkins pipeline stage if the task pipeline step is used. However, the task specific status of a finished task is not persisted so the information is lost in case the Jenkins master requires a restart. Example of a finished pipeline run:  However, if Jenkins is restarted, the whole stage is shown as failed (as the information is currently derived directly from the stage, instead of the task):  This Jira issue is aiming to address the current behavior and to provide a solution for persisting information about successfully finished pipeline tasks.