[JIRA] (JENKINS-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-24 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Attachment: 
 Screenshot from 2016-09-24 18-44-14.png  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-24 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Attachment: 
 Screenshot from 2016-09-24 18-43-31.png  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-24 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Comment: 
 {code}node {   stage 'Stage 1'   sh 'sleep 3; echo `date` Stage 1;'   sh 'sleep 3; echo `date` Stage 1;'stage 'Stage 2'sh 'echo `date` Stage 2 - first;sleep 3; echo `date` Stage 2 - first;sleep 3; echo `date` Stage 2 - first;'sh '''#!/bin/bash -lCOUNTER=0while [  $COUNTER -lt 20001 ]; do echo The counter is $COUNTER let COUNTER=COUNTER+1done'''stage 'fin'sh 'echo `date` fin;sleep 3; echo `date` fin;'sh 'echo yeah > foo.txt'archiveArtifacts 'foo.txt'stage 'NoSteps'}{code} !Screenshot from 2016-09-24 18-44-14.png|thumbnail!  !Screenshot from 2016-09-24 18-43-31.png|thumbnail! I still cannot reproduce it with above pipe. Please provide an example to reproduce your observation. TIA.  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-24 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler commented on  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
 

 

node {
   stage 'Stage 1'
   sh 'sleep 3; echo `date` Stage 1;'
   sh 'sleep 3; echo `date` Stage 1;'
stage 'Stage 2'
sh 'echo `date` Stage 2 - first;sleep 3; echo `date` Stage 2 - first;sleep 3; echo `date` Stage 2 - first;'
sh '''#!/bin/bash -l
COUNTER=0
while [  $COUNTER -lt 20001 ]; do
 echo The counter is $COUNTER
 let COUNTER=COUNTER+1
done'''
stage 'fin'
sh 'echo `date` fin;sleep 3; echo `date` fin;'
sh 'echo yeah > foo.txt'
archiveArtifacts 'foo.txt'
stage 'NoSteps'
}
 

 I still cannot reproduce it with above pipe. Please provide an example to reproduce your observation. TIA.  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-24 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Attachment: 
 Screenshot from 2016-09-24 18-44-14.png  
 
 
Attachment: 
 Screenshot from 2016-09-24 18-43-31.png  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-23 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler updated  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-23 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
 Code changed in jenkins User: Thorsten Scherler Path: src/main/js/page_objects/blueocean/bluePipelineRunDetail.js src/test/js/log-karaoke/parallelStages.js src/test/resources/test_scripts/parallel-stages.groovy http://jenkins-ci.org/commit/blueocean-acceptance-test/a5c04bbb166baf10ddc68cb58980fc82ded58441 Log: JENKINS-37753 REGRESSION: Steps showing up as incomplete when they are in fact complete (#43) 
 
JENKINS-37753 Implement AT test. WARNING not test due to problems with the update center mirror 
 
 
JENKINS-37753 Fix test and add test for the log entry 
  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-23 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
 Code changed in jenkins User: Thorsten Scherler Path: src/main/js/page_objects/blueocean/bluePipelineRunDetail.js src/test/js/log-karaoke/parallelStages.js http://jenkins-ci.org/commit/blueocean-acceptance-test/6d1d543530a650962aa4aa615df12aff1acd17d3 Log: JENKINS-37753 Implement AT test. WARNING not test due to problems with the update center mirror  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-22 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-beta-1,  26-september,  1.0-b05/b-06  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
 Code changed in jenkins User: Thorsten Scherler Path: src/main/js/page_objects/blueocean/bluePipelineRunDetail.js src/test/js/log-karaoke/parallelStages.js src/test/resources/test_scripts/parallel-stages.groovy http://jenkins-ci.org/commit/blueocean-acceptance-test/41d3a4b530b66f7573d8ffcc91292c66c4743b27 Log: JENKINS-37753 Fix test and add test for the log entry  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-22 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler commented on  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
 https://github.com/jenkinsci/blueocean-plugin/pull/520  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-22 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler updated  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-14 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale edited a comment on  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
 Related, the logs are truncated when you click back to a previously executed stage *after* you have followed along the pipeline:  !Screen Shot 2016-09-14 at 8.41.38 PM.png|thumbnail!  !Screen Shot 2016-09-14 at 8.45.02 PM.png|thumbnail!(these logs should have more lines in them, it is only showing the last bit). The pipeline to see this: {noformat}node {stage("hey") {sh 'ping -c 5 www.apple.com'}stage("par") {parallel ("b1" : {sh 'ping -c 2 www.apple.com'},"b2" : {sh 'sleep 1 && ping -c 1 www.apple.com'sh 'sleep 1 && ping -c 1 www.apple.com'sh 'sleep 1 && ping -c 1 www.apple.com'sh 'sleep 1 && ping -c 1 www.apple.com'sh 'sleep 1 && ping -c 1 www.apple.com'sh 'sleep 1 && ping -c 1 www.apple.com'sh 'sleep 1 && ping -c 1 www.apple.com'sh 'sleep 1 && ping -c 1 www.apple.com'sh 'sleep 1 && ping -c 1 www.apple.com'sh 'sleep 1 && ping -c 1 www.apple.com'} )}stage("ho") {sh 'ping -c 10 www.apple.com'}}{noformat}create that as a basic pipeline and follow it along to see it.  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-14 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
 Related, the logs are truncated when you click back to a previously executed stage after you have followed along the pipeline:   
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-14 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Attachment: 
 Screen Shot 2016-09-14 at 8.41.38 PM.png  
 
 
Attachment: 
 Screen Shot 2016-09-14 at 8.45.02 PM.png  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-14 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
 As discussed with Thorsten Scherler we think the problem is that when the job completes it does not reload the stage graph... (it was designed to) with a fetch?   
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-08 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-beta-1 , 1.0-b05/b-06  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-07 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler started work on  JENKINS-37753  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-09-04 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Thorsten Scherler  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical Blocker  
 
 
Assignee: 
 Keith Zantow Thorsten Scherler  
 

  
 
 
 
 

 
 
 

 
 
 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-37753) REGRESSION: Steps showing up as incomplete when they are in fact complete

2016-08-29 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37753  
 
 
  REGRESSION: Steps showing up as incomplete when they are in fact complete   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Summary: 
 REGRESSION: Steps showing up as incomplete when they are in fact complete  
 

  
 
 
 
 

 
 
 

 
 
 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.