Mark Waite
Mark Waite
The [Jenkins board](https://www.jenkins.io/project/board/) has discussed the issue and agrees that the [proposed steps](https://github.com/jenkins-infra/helpdesk/issues/3742#issuecomment-2091677706) are the right steps to take.
> > They said to have Dependabot check Maven central first, you could add it to your pom.xml file before the Jenkins repository or remove the stale entry from the...
Any recommendation for next steps? Some alternatives: * Accept that sometimes we'll miss dependabot updates * Ask to delete snapshots from repo.jenkins-ci.org when we detect the issue * Switch to...
Would it be any easier or more portable to replicate the RSS feeds from trusted.ci.jenkins.io to a publicly visible location? I've been using the RSS feeds from specific jobs on...
I've started 4 draft pull requests to build with Java 21 on Linux. I'm also running a series of 16 builds of Jenkins core on my local computer with a...
Unfortunately, even with https://github.com/jenkinsci/jenkins/pull/8856 , we are still seeing intermittent failures like a recent dependabot pull request https://ci.jenkins.io/job/Core/job/jenkins/job/PR-8865/1/execution/node/271/log/#1318
As far as I can tell, there have not been out of memory failures on Java 21 builds in recent memory. I think this can be closed.
Git plugin builds are failing due to 60 minute test timeout limit on the Windows agents. Inside the failed build logs is this message: ``` 00:18:16 [WARNING] Could not validate...
I backported the `WithTimeout` change from @NotMyFault to the 2.426.3 backporting pull request so that the 2.426.3 release candidate on Wednesday 10 Jan 2024 would not risk being delayed. The...
> for code that does not care about windows users preference for linux or windows either way, a workaround in the interim is to add a `.gitattributes` and set all...