[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-07-29 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-45579  
 
 
  Step to set stage or parallel status   
 

  
 
 
 
 

 
Change By: 
 Devin Nusbaum  
 
 
Status: 
 Reopened Resolved  
 
 
Assignee: 
 Devin Nusbaum  
 
 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.3222.1564421830129%40Atlassian.JIRA.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-07-29 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 The original example in the description of this ticket was fixed as part of JENKINS-39203 with the new warnError and unstable steps and changes to the catchError step, so I am going to close this issue See https://jenkins.io/blog/2019/07/05/jenkins-pipeline-stage-result-visualization-improvements/ and this earlier comment for details. if you have a request for a step that is related to the general title of the ticket but is not covered by the changes I mentioned, please file a new ticket along the lines of JENKINS-27092.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.3050.1564421765287%40Atlassian.JIRA.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-06-03 Thread brian.murr...@intel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian J Murrell commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Devin Nusbaum New issue filed about catchError(), and the post processing block, FWIW.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.19749.1559585583164%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-06-03 Thread brian.murr...@intel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian J Murrell commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Devin Nusbaum Oh, this is a pity.    catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') was going to solve exactly the problem I newly have on hand today, which is how to let a step fail, mark it's stage as failed but not fail the overall job. I'm really loathed to make the step and stage look like it succeeded (because it will mask failures that need investigating) just so that the rest of the stages get run and overall job passes.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.19376.1559573163199%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-06-03 Thread brian.murr...@intel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian J Murrell edited a comment on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 I used the Pipeline Syntax snippet generator to generate me a {{catchError}} step and it produced:{noformat}catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { // some block}{noformat}which then chokes Jenkins with:{noformat}WorkflowScript: 147: Expecting "class hudson.model.Result" for parameter "buildResult" but got "SUCCESS" of type class java.lang.String instead @ line 147, column 49. catchError(buildResult: 'SUCCESS', ^{noformat} Removing the single quotes surrounding the {{SUCCESS}} and {{FAILURE}} values seems to at least keep the linter happy and the pipeline at least runs.  Still waiting to see if these new values have the desired effect though.  :-)  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.19180.1559571784312%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-06-03 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Brian J Murrell Yes, turns out that Declarative doesn't like the parameter types for `catchError`. See JENKINS-57537 for more information, I am working on a fix that should be ready soon.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.19001.1559571723464%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-06-03 Thread brian.murr...@intel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian J Murrell commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 I used the Pipeline Syntax snippet generator to generate me a catchError step and it produced: 

 
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
 // some block
}
 

 which then chokes Jenkins with: 

 
WorkflowScript: 147: Expecting "class hudson.model.Result" for parameter "buildResult" but got "SUCCESS" of type class java.lang.String instead @ line 147, column 49.
 catchError(buildResult: 'SUCCESS',
 ^
 

  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.18999.1559571612693%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-05-23 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 RG You can use the "Pipeline Syntax" link in the sidebar of a Pipeline job in Jenkins to get a visual interface that will show you the options provided by catchError, warnError, and unstable and will allow you to generate the actual syntax that would go in a Pipeline given the options you specify. I will look into adding something to the examples repo.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.10160.1558623424639%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-05-21 Thread saad.a...@magna.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Saad Azam commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Devin Nusbaum I have tried the latest update with newly added 'unstable' step as well as updated 'catchError'. I am now able to setup and visualize individual stage status independently. Many thanks.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.6378.1558425608311%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-05-17 Thread remy.garrigue+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 RG commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Hi. Would you mind adding an example in https://github.com/jenkinsci/pipeline-examples ? I'm not exactly an expert and coming up with the right syntax  assembling bit of code & release note is quite hard.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.3161.1558092369597%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-05-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-45579  
 
 
  Step to set stage or parallel status   
 

  
 
 
 
 

 
Change By: 
 Devin Nusbaum  
 
 
Released As: 
 Pipeline: Basic Steps 2.16  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.2412.1557948004093%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-05-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Pipeline: Basic Steps Plugin version 2.16 added the new warnError and unstable steps and changes to catchError that Nofar Bluestein mentioned, see the 2.16 release notes for details on the specifics. See this comment on JENKINS-39203 for additional information on related issues. You need to update to Pipeline: Graph Analysis 1.10 for these steps to be visualized correctly by Blue Ocean. Should we close this issue and open more specific issues related to the request for a step to set the build result to FAILURE but continue execution and a step to set the build result to ABORTED and abort the build, or handle them as part of this ticket?  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183763.1500306894000.2232.1557947763050%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-04-28 Thread shanid...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Shani Dar commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Nofar Bluestein Thanks for the update! looking forward to use the stage status solution.    
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-26 Thread nof...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nofar Bluestein edited a comment on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Thank you for the feedback![~saad_azam] I cannot commit to an ETA at the moment, but I can tell you it's a high priority for us,. I will provide additional update soon. [~nancyrobertson2005] in scripted pipelines the following should work:  `warnError \{ error() }` would have the same result , but I will consider adding 'unstable' step so it's more elegant and consistent with the 'error' step    
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-26 Thread nof...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nofar Bluestein edited a comment on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Thank you for the feedback![~saad_azam] I cannot commit to an ETA at the moment, but I can tell you it's a high priority for us,  and we intend to start working on it in the next sprint .  I will provide additional update soon.  [~nancyrobertson2005] in scripted pipelines the following should work:  `warnError \{ error() }` would have the same result   
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-26 Thread nof...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nofar Bluestein commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Thank you for the feedback! Saad Azam I cannot commit to an ETA at the moment, but I can tell you it's a high priority for us, and we intend to start working on it in the next sprint.  Nancy Robertson in scripted pipelines the following should work:   `warnError { error() }` would have the same result    
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-25 Thread nancy.robert...@ca.ibm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nancy Robertson commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Nofar Bluestein - Many thanks for looking into this.  Your proposal sounds good.  I am particularly interested in the handling of the unstable condition.  Our pipelines are mostly scripted, and we have been using the error() function to mark failed stages, but it would help to be able to mark stages as unstable and keep going.  Does your current plan include the addition of an unstable() step?  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-25 Thread saad.a...@magna.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Saad Azam commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Nofar Bluestein - Many thanks for the response. The changes you suggested are exactly what I am looking forward to have in declarative pipeline. In case it is not too much of an ask for you, it would be nice to get a rough estimate about when are the suggested changes going to be rolled out.   
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-24 Thread brian.villanu...@nice.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian Villanueva commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Nofar Bluestein - Sounds great. I'm not too concerned about syntax decisions, as long as the basic issues are addressed. This sounds like a very reasonable solution. Glad the issue is getting some attention!  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-24 Thread nof...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nofar Bluestein edited a comment on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Hello, I'm a Product Manager at CloudBees and we're currently working on a design for this request, and I would love to get your feedback on the suggested solution:We were thinking of expanding the functionality of "[*catchError*|#catcherror-catch-error-and-set-build-result]]" block as follows:Current default behavior (will be maintained for backward compatibility) when an error is caught: * Step result is failed (though execution of the pipeline continues) * Stage result is success * Build result is failed+Suggested changes:+Add ability to set arguments to determine the desired results upon a caught error: * Stage result : success/failure (default: success) * Build result: success/failure (default: failure) In addition, a very common use case is the ability to set a warning - mark the build and a stage in it as one that warrants attention without failing the build. To support that, we're considering adding a new block called "*warnError*", which will  behaves  behave  as follows: * If an error is caught: ** Step result is failed ** Stage result is set to unstable ** Build result is set to unstable(we're also fixing the issue where if a build becomes unstable it's hard to pinpoint which stage caused the build to become unstable ) Thank you, Nofar Bluestein,Product Manager, CloudBees   
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-24 Thread nof...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nofar Bluestein edited a comment on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Hello, I'm a Product Manager at CloudBees and we're currently working on a design for this request, and I would love to get your feedback on the suggested solution:We were thinking of expanding the functionality of "[*catchError*| [https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/ #catcherror-catch-error-and-set-build-result]]" block as follows: + Current default  behavio+r  behavior  (will be maintained for backward compatibility) when an error is caught: * Step result is failed (though execution of the pipeline continues) * Stage result is success * Build result is failed+Suggested changes:+Add ability to set arguments to determine the desired results upon a caught error: * Stage result : success/failure (default: success) * Build result: success/failure (default: failure) In addition, a very common use case is the ability to set a warning - mark the build and a stage in it as one that warrants attention without failing the build. To support that, we're considering adding a new block called "*warnError*", which will behaves as follows: * If an error is caught: * *  Step result is failed * *  Stage result is set to unstable * *  Build result is set to unstable(we're also fixing the  [ issue |https://issues.jenkins-ci.org/browse/JENKINS-39203]  where if a build becomes unstable it's hard to pinpoint which stage caused the build to become unstable ) Thank you, Nofar Bluestein,Product Manager, CloudBees   
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-24 Thread nof...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nofar Bluestein commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Hello,  I'm a Product Manager at CloudBees and we're currently working on a design for this request, and I would love to get your feedback on the suggested solution: We were thinking of expanding the functionality of "catchError" block as follows: +Current default behavio+r (will be maintained for backward compatibility) when an error is caught: 
 
Step result is failed (though execution of the pipeline continues) 
Stage result is success 
Build result is failed 
 Suggested changes: Add ability to set arguments to determine the desired results upon a caught error: 
 
Stage result : success/failure (default: success) 
Build result: success/failure (default: failure) 
   In addition, a very common use case is the ability to set a warning - mark the build and a stage in it as one that warrants attention without failing the build. To support that, we're considering adding a new block called "warnError", which will behaves as follows: 
 
If an error is caught: 
Step result is failed 
Stage result is set to unstable 
Build result is set to unstable 
 (we're also fixing the issue where if a build becomes unstable it's hard to pinpoint which stage caused the build to become unstable )   Thank you,  Nofar Bluestein, Product Manager, CloudBees    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

   

[JIRA] (JENKINS-45579) Step to set stage or parallel status

2019-04-15 Thread saad.a...@magna.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Saad Azam commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Another thing is that the behavior described earlier about the fact that build stage shows the correct node rendering when not using parallel (link to the comment below) does not hold true for a declarative pipeline. https://issues.jenkins-ci.org/browse/JENKINS-45579?focusedCommentId=307227=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-307227  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-15 Thread saad.a...@magna.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Saad Azam updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-45579  
 
 
  Step to set stage or parallel status   
 

  
 
 
 
 

 
Change By: 
 Saad Azam  
 
 
Comment: 
 I am trying a very simple code with no parallel stage in there yet I can't see the blue motion plugin indicating the failed stage correctly, see my example below:{code:java}pipeline {agent {label "NIGHTLY"}stages {stage ('test 1') {steps {sh 'exit 0'}}stage ('test 2') {steps {script {catchError { sh 'exit -1'} }}}stage ('test 3') {steps {sh 'exit 0'}}}}{code}!image-2019-04-12-18-20-27-978.png|width=997,height=400!  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-12 Thread saad.a...@magna.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Saad Azam edited a comment on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Hey Guys,  I am trying a very simple code with no parallel stage in there yet I can't see the blue motion plugin indicating the failed stage correctly, see my example below:{code:java}pipeline {agent {label "NIGHTLY"}stages {stage ('test 1') {steps {sh 'exit 0'}}stage ('test 2') {steps {script {catchError { sh 'exit -1'} }}}stage ('test 3') {steps {sh 'exit 0'}}}}{code}!image-2019-04-12-18-20-27-978.png|width=997,height=400!  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-12 Thread saad.a...@magna.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Saad Azam commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Hey Guys, I am trying a very simple code with no parallel stage in there yet I can't see the blue motion plugin indicating the failed stage correctly, see my example below: 

 

pipeline {
agent {label "NIGHTLY"}
stages {
stage ('test 1') {
steps {
sh 'exit 0'
}
}
stage ('test 2') {
steps {
script {
catchError {
sh 'exit -1'
} 
}
}
}
stage ('test 3') {
steps {
sh 'exit 0'
}
}
}
}
 

   
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-12 Thread saad.a...@magna.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Saad Azam updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-45579  
 
 
  Step to set stage or parallel status   
 

  
 
 
 
 

 
Change By: 
 Saad Azam  
 
 
Attachment: 
 image-2019-04-12-18-20-27-978.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-45579) Step to set stage or parallel status

2019-04-10 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 No, sorry for confusion. I was just sketching an edit to the original example by Kevin Phillips to not rely on a try-catch block, which would be undesirable in this context as it would catch not just nonzero exit status from a script but all sorts of other errors and even build interrupts and timeouts.  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-10 Thread stua...@ea.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stuart Rowe edited a comment on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 [~jglick] is {{unstable}} a step now?  I thought it was only a condition for {{post}} in declarative pipelines.  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-10 Thread stua...@ea.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stuart Rowe commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Jesse Glick is unstable a step now?  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-10 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 

 

stage ('Optional Tests') {
  echo 'Running optional tests…'
  if (sh(script: 'exit -1', returnStatus: true) != 0) {
unstable 'Optional tests failed…do not propagate failure'
  }
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-02 Thread dri...@hotmail.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ian Driver commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 I also need this feature  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-04-02 Thread dri...@hotmail.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ian Driver edited a comment on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 I We  also need this feature  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-01-14 Thread shanid...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Shani Dar commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Is there any update?   
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-01-08 Thread yahia.bi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bilel Yahia commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 I'd love to see this implemented too. Is there any planned work to do it?  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2019-01-03 Thread paul.de-cour...@fr.thalesgroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul de Courcel commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Hi ! We really need this ! No news ?  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2018-12-25 Thread serg...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sergey Izgiyaev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-45579  
 
 
  Step to set stage or parallel status   
 

  
 
 
 
 

 
Change By: 
 Sergey Izgiyaev  
 
 
Priority: 
 Major Critical  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2018-12-25 Thread serg...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sergey Izgiyaev commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 HI, is there any update ? We really need that feature  
 

  
 
 
 
 

 
 
 

 
 
 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-45579) Step to set stage or parallel status

2018-04-03 Thread p.rogo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Rogovoy commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Our Dev guys are also complaining about this issue. We would like to be able to mark certain stages as unstable / failed and still continue to execute the pipeline. Then we need the ability to check for any failures of the current run and not to execute the deploy stage. What do you think?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-45579) Step to set stage or parallel status

2018-03-28 Thread wulfgar....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Fraser updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-45579  
 
 
  Step to set stage or parallel status   
 

  
 
 
 
 

 
Change By: 
 James Fraser  
 
 
Comment: 
 +1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-45579) Step to set stage or parallel status

2018-03-28 Thread wulfgar....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Fraser commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 +1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-45579) Step to set stage or parallel status

2018-03-13 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-45579  
 
 
  Step to set stage or parallel status   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
Sprint: 
 Pipeline - Candidates  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-45579) Step to set stage or parallel status

2018-03-09 Thread jacob.kel...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jacob Keller commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 This is also somewhat related to steps like the warnings publisher, which if you run in parallel results in the whole build being marked unstable even though only a single segment should have been, which may not be fixed by making separate unstable results for each parallel step (unless it fully encapsulates the build?)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-45579) Step to set stage or parallel status

2018-03-07 Thread felypp...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Felyppe Rodrigues commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 I'm having similar issues due to the unreadability of the pipeline, the Devs are complaining about it. Do we have any news on this feature of setting parallel steps individual results?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-45579) Step to set stage or parallel status

2018-02-20 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-45579  
 
 
  Step to set stage or parallel status   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Assignee: 
 Andrew Bayer  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-45579) Step to set stage or parallel status

2018-02-15 Thread median...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nick Jones commented on  JENKINS-45579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to set stage or parallel status   
 

  
 
 
 
 

 
 Given that JENKINS-27092 has been closed with the intent to cover its needs on this one, I just wanted to add my need here: a simple way to abort a build while still reporting a successful status check back to GitHub (in a multibranch pipeline scenario). Right now I'm using a when condition on every stage to skip it (having detected a message like "[ci skip]" in the git commit log).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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