-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Right now, it's not possible to do
githubNotify context: 'something', description: 'Blah blah blah', status: 'PENDING' ... githubNotify context: 'windows', status: 'SUCCESS' // fails when it should not IMO
But in the second call, context should be enough for the plugin to find out which status I want to update. Having to duplicate the description is a bit cumbersome (though I understand it's useful sometimes if one wants to change it afterwards).
Thanks!
batmat I have mixed feelings against this proposal... I understand it can be cumbersome, but I am concerned about parallel steps or code like:
More in the context of declarative pipeline where you typically would you may resolve the status in the global post section.
So, I am not sure if complicating the step for this is worth it, my gut feeling is not to try it too smart unless there is a real pain. Any thoughts? You are far more experienced than me...