Re: GSoC 2023 Building jenkins.io with alternative tools project feedback solicitation

2023-05-19 Thread Basil Crow
On Fri, May 19, 2023 at 10:24 AM 'Gavin Mogan' via Jenkins Developers wrote: > Having been around for a number of the GSOC projects, and a number of the > migration projects. I'm very worried about half finished state that nobody > finishes. And honestly spent a lot of time cleaning up content on

Re: GSoC 2023 Building jenkins.io with alternative tools project feedback solicitation

2023-05-18 Thread Basil Crow
The calculus of this decision seems different when it comes to the documentation portions of the site (e.g., the end user documentation and developer documentation) vs the regular content (e.g., the blog, changelogs, and other static content). I think there may be a sweet spot in using Antora for t

HTML Publisher for S3?

2019-08-29 Thread Basil Crow
Hi all, I generate HTML code coverage reports with JaCoCo and make them available via the Jenkins UI with the HTML Publisher Plugin, much as is described here: https://www.cloudbees.com/blog/publishing-html-reports-pipeline The trouble is that these reports contain thousands of tiny HTML f

Jenkins and Shenandoah GC

2019-04-26 Thread Basil Crow
Hi all, OpenJDK 12 is now out [1], and it has Shenandoah [2], a low-pause-time garbage collector. Has anybody tried tuning Jenkins GC [3] using Shenandoah? Thanks, Basil [1] https://openjdk.java.net/projects/jdk/12/ [2] https://wiki.openjdk.java.net/display/shenandoah/Main [3] https://jenkins.io

JRE version requirement

2019-03-18 Thread Basil Crow
Per the "Upgrading Jenkins Java version from 8 to 11" page [1]: > All agents must be running on the same JVM version as the master (because of > how masters and agents communicate). If you're upgrading your Jenkins master > to run on Java 11, you also need to upgrade the JVM on your agents. Per t