[JIRA] [workflow-plugin] (JENKINS-26426) Browse the tree for all steps (not only running) while the flow is running

2015-01-15 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 resolved  JENKINS-26426 as Duplicate


Browse the tree for all steps (not only running) while the flow is running
















Ah, you did not mention you were using parallel. This has already been fixed, just not yet released.





Change By:


Jesse Glick
(15/Jan/15 1:36 PM)




Status:


Reopened
Resolved





Resolution:


Duplicate



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [workflow-plugin] (JENKINS-26426) Browse the tree for all steps (not only running) while the flow is running

2015-01-14 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-26426


Browse the tree for all steps (not only running) while the flow is running















When the job is stopped all of the steps are displayed but when running only the running ones are visible.

Definitely smells like a bug, though not one I can remember seeing or hearing of before now.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [workflow-plugin] (JENKINS-26426) Browse the tree for all steps (not only running) while the flow is running

2015-01-14 Thread ert...@gmail.com (JIRA)














































Timur Batyrshin
 commented on  JENKINS-26426


Browse the tree for all steps (not only running) while the flow is running















When the job is stopped all of the steps are displayed but when running only the running ones are visible.
I'll send you the requested info tomorrow.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [workflow-plugin] (JENKINS-26426) Browse the tree for all steps (not only running) while the flow is running

2015-01-14 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 resolved  JENKINS-26426 as Incomplete


Browse the tree for all steps (not only running) while the flow is running
















I see a tree of all the running steps (and their parents) but no finished steps are displayed.

Finished steps are certainly displayed in this view. Can you describe how to reproduce the situation you see from scratch? Or at least attach your flow script and a screenshot, plus a ZIP of the build directory (which will include some *.xml files listing flow node states)? Also take note of any errors/warnings in your log file which might be related.

It would be even greater (if it is possible to do that) if the whole tree with the pending steps could be browsed.

Not possible without solving the Halting Problem!





Change By:


Jesse Glick
(14/Jan/15 3:05 PM)




Resolution:


Incomplete





Status:


Open
Resolved



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [workflow-plugin] (JENKINS-26426) Browse the tree for all steps (not only running) while the flow is running

2015-01-14 Thread ert...@gmail.com (JIRA)














































Timur Batyrshin
 updated  JENKINS-26426


Browse the tree for all steps (not only running) while the flow is running
















Screenshots taken at ~30sec interval while the job was running.





Change By:


Timur Batyrshin
(15/Jan/15 7:47 AM)




Attachment:


ScreenShot2015-01-15at10.22.43.png





Attachment:


ScreenShot2015-01-15at10.23.18.png





Attachment:


ScreenShot2015-01-15at10.23.55.png





Attachment:


ScreenShot2015-01-15at10.24.18.png





Attachment:


ScreenShot2015-01-15at10.24.50.png





Attachment:


ScreenShot2015-01-15at10.25.20.png



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [workflow-plugin] (JENKINS-26426) Browse the tree for all steps (not only running) while the flow is running

2015-01-14 Thread ert...@gmail.com (JIRA)














































Timur Batyrshin
 updated  JENKINS-26426


Browse the tree for all steps (not only running) while the flow is running
















The test project workdir (with program.dat removed)





Change By:


Timur Batyrshin
(15/Jan/15 7:49 AM)




Attachment:


test-flow.tgz



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [workflow-plugin] (JENKINS-26426) Browse the tree for all steps (not only running) while the flow is running

2015-01-14 Thread ert...@gmail.com (JIRA)












































 
Timur Batyrshin
 edited a comment on  JENKINS-26426


Browse the tree for all steps (not only running) while the flow is running
















I've created a small workflow specially to identifying this bug.
The workflow code:


node {
  parallel flow1: {
sh "sleep 30"
  }, flow2: {
sh "sleep 60"
  }, flow3: {
sh "sleep 90"
  }, flow4: {
sh "sleep 120"
  }, flow5: {
sh "sleep 150"
  }
}


Please find the screenshots and the archive of the job dir attached. I've removed the program.dat files from that dir as I wouldn't share it in public place, if you need these too please let me know and I'll drop them to you be e-mail.

When running this flow at first all of the parallel branches have appeared but later when the "sleep" command finished working they've disappeared one by one (not sure why the first branch still didn't disappear here). After the job was finished all of them instantly reappeared again.

I'm running Jenkins 1.595 and workflow plugin v1.1.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [workflow-plugin] (JENKINS-26426) Browse the tree for all steps (not only running) while the flow is running

2015-01-14 Thread ert...@gmail.com (JIRA)














































Timur Batyrshin
 reopened  JENKINS-26426


Browse the tree for all steps (not only running) while the flow is running
















Change By:


Timur Batyrshin
(15/Jan/15 7:53 AM)




Resolution:


Incomplete





Status:


Resolved
Reopened



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [workflow-plugin] (JENKINS-26426) Browse the tree for all steps (not only running) while the flow is running

2015-01-14 Thread ert...@gmail.com (JIRA)














































Timur Batyrshin
 commented on  JENKINS-26426


Browse the tree for all steps (not only running) while the flow is running















I've created a small workflow specially to identifying this bug.
The workflow code:


node {
  parallel flow1: {
sh "sleep 30"
  }, flow2: {
sh "sleep 60"
  }, flow3: {
sh "sleep 90"
  }, flow4: {
sh "sleep 120"
  }, flow5: {
sh "sleep 150"
  }
}


Please find the screenshots and the archive of the job dir attached. I've removed the program.dat files from that dir as I wouldn't share it in public place, if you need these too please let me know and I'll drop them to you be e-mail.

When running this flow at first all of the parallel branches have appeared but later when the "sleep" command finished working they've disappeared one by one (not sure why the first branch still didn't disappear here). After the job was finished all of them instantly reappeared again.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [workflow-plugin] (JENKINS-26426) Browse the tree for all steps (not only running) while the flow is running

2015-01-14 Thread ert...@gmail.com (JIRA)














































Timur Batyrshin
 created  JENKINS-26426


Browse the tree for all steps (not only running) while the flow is running















Issue Type:


Improvement



Assignee:


Jesse Glick



Components:


workflow-plugin



Created:


14/Jan/15 12:39 PM



Description:


When I have a workflow job running and I click the "Running Steps" link in the left menu I see a tree of all the running steps (and their parents) but no finished steps are displayed.

It is ok but it would be nice if I there was a link to see the similar tree for the whole finished+unfinished steps (or a separate tree for finished steps only).

It would be even greater (if it is possible to do that) if the whole tree with the pending steps could be browsed.




Project:


Jenkins



Priority:


Minor



Reporter:


Timur Batyrshin

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







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