Stefan Spieker

Results 12 comments of Stefan Spieker

I really like the idea. And this might also be a nice place to discuss the way we want to move forward in respect to code quality.

It is a follow up of https://github.com/jenkinsci/jenkins/pull/6015 @basil added some classes to ignore, so that someone can work on triaging the remaining issues. This is a start, and I plan...

@daniel-beck I really like the idea of listing blocking jobs. With many jobs on many agents I sometimes wonder which job still blocks the restart.

That looks quite promissing. I think we can improve it a little bit, please take a look at #34 - you can remove a cuple of versions and pick up...

Hi. I still have some minor things to sort out. In general JCasC already works. The screen for restoring a backup does not work yet and I need a solution...

Thanks a lot @basil for all the suggestions! That really helped bring up some confidence that the introduced changes really work. It also helped increase my understanding of how to...

Thanks, @mawinter69, for the suggestion. Took me a while to figure everything out, but you helped me a lot with the suggestions. Do you think adding a section to the...

> In many places `Jenkins.getInstanceOrNull()` is used with a following check for null This should be replaced with `Jenkins.get()` and remove the null check. Thanks a lot, this is a...

@mawinter69 Thanks a lot again. I think I have integrated all your suggestions and have learned quite a few things on the way. I will test this a little more...

> Looks good overall, and interactive testing works fine. Very nice job on renovating this plugin! > > The one thing I would suggest before releasing this (I know, there...