Jesse Glick
Jesse Glick
I am afraid neither Stage View nor Blue Ocean are actively maintained, and the ability to set a per-stage status is relatively new, so there are liable to be feature...
So it sounds like it would work out to add a simple flag to both `unstable` and `warnError` to suppress¹ the current behavior of setting `Run.result`, but continue to only...
> a Pipeline that uses `unstable` is suspended across the Jenkins restart Probably impossible since this is not a durable step. But there is serialization in `ArgumentsActionImpl` to consider; and...
I guess I have a mild preference for a flag on the existing steps over introducing a new step or steps, but do not feel strongly about it. @dwnusbaum?
Indeed you need write permission to a repository to modify reviewers. There is a new “triage” permission on GitHub that we are proposing to roll out; see the Jenkins dev...
Right, and of course this solves lots of related issues more generally. For example, you could look up `culprits[fullName]` to decide who to send a chat message to in case...
Test failure probably due to one of the updates I did here to make sure all the GDK methods were whitelisted. Could fix that up if there is interest in...
`ReadWriteFileStepTest.testKnownCharsetRoundtrip` failure is probably caused by some update or another. Can look into it but first I want some design feedback here since the usability of the current sketch is...
> syntactic sugar You mean, Declarative? :-)
> the most common use cases (i.e., `currentBuild` replacement) Well, there is no single `tree` parameter which replaces all functions of `currentBuild`. To start with, getting information about `previousBuild`, `upstreamBuilds`,...