[JIRA] (JENKINS-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Vivek Pandey updated JENKINS-40466 Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: Vivek Pandey 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay updated an issue Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: James Dumay Sprint: frank, tethys, christmas , pannonian 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Vivek Pandey updated JENKINS-40466 Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: Vivek Pandey 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Vivek Pandey assigned an issue to Vivek Pandey Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: Vivek Pandey Assignee: Michael Neale Vivek Pandey 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Michael Neale assigned an issue to Michael Neale Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: Michael Neale Assignee: Vivek Pandey Michael Neale 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Vivek Pandey started work on JENKINS-40466 Change By: Vivek Pandey Status: Reopened 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Vivek Pandey reopened an issue Include synthetic step in blocked stage node with name equal to reason for blockage. Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: Vivek Pandey Resolution: Fixed Status: Resolved Reopened 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+uns
[JIRA] (JENKINS-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Vivek Pandey updated JENKINS-40466 Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: Vivek Pandey 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Vivek Pandey updated JENKINS-40466 Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: Vivek Pandey 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Vivek Pandey commented on JENKINS-40466 Re: Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Jesse Glick I need to map a queued item corresponding to a node block to the FlowNode that is 'node' step. I need to do this so that I can show cause of failure to the stage whose execution is blocked. Only way I think I can do is if I can get access to StepContext from PlaceholderTask object. Its private field. Can we expose it, something like StepContext PlaceholderTask.getContext()? This will let me do StepContext.get(flowNode) and associate it to the actual flow node so that I can associate it to right stage? Here is the example declarative script. In this case we want to show stage 'first' as 'waiting for executor'. pipeline { agent none stages { stage ('first') { agent { label 'first' } steps{ sh 'echo "from first"' } } } } 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay commented on JENKINS-40466 Re: Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Vivek Pandey examples from today pipeline { agent { label 'foo' } // While pipeline is blocked, solved by showing the message (no steps) that we have today stages { stage ('first') { agent { label 'bar'} } stage ('second') { parallel( "foo": { agent { label 'baz' } } ) } } } // agent at pipeline level node ('foo') { stage(first) { ... } stage(second) { ... } } // how this translates from Script to Declarative stage ('first') { // StartNode node ('bar') { // We know that this is executing? If so we want to display a synthetic step with CauseOfBlockage msg // Steps } } 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay updated an issue Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: James Dumay Sprint: frank, tethys, christmas 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay started work on JENKINS-40466 Change By: James Dumay Status: Reopened 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay commented on JENKINS-40466 Re: Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Didn't mean to close this. Reopened. 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay reopened an issue Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: James Dumay Resolution: Duplicate Status: Resolved Reopened 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay resolved as Duplicate Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: James Dumay Status: In Progress Resolved Resolution: Duplicate 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Vivek Pandey started work on JENKINS-40466 Change By: Vivek Pandey 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Jesse Glick commented on JENKINS-40466 Re: Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node also what the label _expression_/other deatils are If there is anything missing, that would be a core bug, since that is where this CauseOfBlockage lives. The node step simply reports the message it is given. 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Jesse Glick commented on JENKINS-40466 Re: Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node other ways execution could be blocked. waiting on a node is one but are there more? Endless other ways. 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay commented on JENKINS-40466 Re: Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Vivek Pandey when we do this I think we certainly want to represent it as a step or tie it to the nearest flownode that caused the message. node ('something') { stage('A') { node('first agent') { } } stage('B') { node('first agent') { } } stage('C') { node('first agent') { } } } waiting message for the "something" node should be for the whole pipeline (displayed as we do now with an empty state) A, B, C waiting messages should be tied to that stage, perhaps as a step so that we can show it inline with other steps. We also need to explore other ways execution could be blocked. waiting on a node is one but are there more? 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 opt
[JIRA] (JENKINS-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay updated an issue Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: James Dumay Sprint: frank , christmas 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay updated an issue Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: James Dumay Sprint: kraken frank 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title James Dumay assigned an issue to Vivek Pandey Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: James Dumay Assignee: Vivek Pandey 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-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: Michael Neale *Problem*When Jenkins is working, for example waiting for a node, a user is given no feedback as to what is happening. Currently this is a generic "waiting for run to start" message. This is not captured in any steps logs currently. *What we want to see*We want to show an appropriate message when a Pipeline is waiting for a node "Waiting for a node labeled XYZ to become available" , and any other missing information that is not currently surfaces in step logs.*Examples*For example with a simple pipeline:{code}node ('does not exist or busy') { sh 'echo hello world'}{code}which currently looks like: !blocked.png|thumbnail! In classic console it shows: {noformat}Started by user mic[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor{noformat}Ideally we can surface this information (who started it) but also that it is waiting for an executor, but also what the label _expression_/other deatils are. This should happen anywhere a node is requested (as one example) not just at the start of a build (so not an empty state). This could surface as a flownode which could be shown similar to a step (a synthetic step?) Another example: kzantow/failure-broject - branch name "michaelneale-blockscoped" when running that, the following information is omitted which could be useful: {noformat}Started by user micConnecting to https://api.github.com using michaelneale/**Cloning the remote Git repositoryCloning repository https://github.com/kzantow/failure-project.git ...[Pipeline] nodeRunning on master in /Users/michaelneale/projects/paas/blueocean-plugin/blueocean/work/workspace/keitha/michaelneale-blockscoped{noformat}And on conclusion of the build, a warning (valid) is not seen in step output: {noformat}Using the ‘stage’ step without a block argument is deprecatedEntering stage ArchiveProceeding{noformat}Yet these warnings would also be useful. Add Comment
[JIRA] (JENKINS-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: Michael Neale *Problem*When a pipeline Jenkins is working, for example waiting for a node we display , a user is given no feedback as to what is happening. Currently this is a generic " Waiting waiting for run to start" message. This is not captured in any steps logs currently. *What we want to see*We want to show an appropriate message when a Pipeline is waiting for a node "Waiting for a node labeled XYZ to become available" *Examples*For example with a simple pipeline: {code}node ('does not exist or busy') { sh 'echo hello world'}{code} which currently looks like: !blocked.png|thumbnail! In classic console it shows: {noformat}Started by user mic[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor{noformat}Ideally we can surface this information (who started it) but also that it is waiting for an executor, but also what the label _expression_/other deatils are. This should happen anywhere a node is requested (as one example) not just at the start of a build (so not an empty state). This could surface as a flownode which could be shown similar to a step (a synthetic step?) Another example: kzantow/failure-broject - branch name "michaelneale-blockscoped" when running that, the following information is omitted which could be useful: {noformat}Started by user micConnecting to https://api.github.com using michaelneale/**Cloning the remote Git repositoryCloning repository https://github.com/kzantow/failure-project.git ...[Pipeline] nodeRunning on master in /Users/michaelneale/projects/paas/blueocean-plugin/blueocean/work/workspace/keitha/michaelneale-blockscoped{noformat}And on conclusion of the build, a warning (valid) is not seen in step output: {noformat}Using the ‘stage’ step without a block argument is deprecatedEntering stage ArchiveProceeding{noformat}Yet these warnings would also be useful. Add Comment
[JIRA] (JENKINS-40466) Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node Change By: Michael Neale Summary: Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node or Jenkins is busy 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.