Tim Jacomb

Results 1141 comments of Tim Jacomb

cc @mdealer would it be possible for you to take a look please?

The sql storage plugin may work better for your use case https://plugins.jenkins.io/junit-sql-storage/. It uses SQL queries to pull just what’s needed instead of having to load everything into memory Although...

Strange the test file is tiny and it works fine for me with no delay (on Mac). Are you able to get a few thread dumps while this is ongoing?...

> This is really frustrating: running the build and tests locally on a Windows 10 machine with `.\make.ps1 test` works flawlessly, but SSH tests fail for Windows Server Core (and...

The last build seemed to pass?

the recommendation appears to be to add a bit of a sleep / `wait-for-it` / a retry. Happy for a fix in either this repo, or in say https://github.com/jenkinsci/remoting cc...

modify one of the startup scripts is easiest: https://github.com/jenkinsci/docker-inbound-agent/blob/master/jenkins-agent or https://github.com/jenkinsci/docker-inbound-agent/blob/master/jenkins-agent.ps1

I added a screenshot to description from my testing (also shows dark mode)

> Haven't played too much but it appears there's a trait that can be supplied to set the display name to the [PR title](https://github.com/jenkinsci/branch-api-plugin/blob/b4227cdbd5a2903adc7d5e3c7f2d67a690853392/src/main/java/jenkins/branch/MultiBranchProject.java#L2148) - maybe it'd make sense to...