CDF Survey of Jenkins maintainers

2022-04-25 Thread Mark Waite
Jenkins is the largest project of the Continuous Delivery Foundation and one of its founding projects. The Continuous Delivery Foundation provides significant funding for Jenkins infrastructure. The Jenkins project is grateful for the ongoing support of the Continuous Delivery Foundation. The

DevOps World 2022: Looking for Jenkins proposals

2022-04-25 Thread Alyssa Tong
I sent this out via community Discourse and thought I'd include it here as well. Hello, The Jenkins project will be attending DevOps World

Moving ATH tests closer to the code under test

2022-04-25 Thread Basil Crow
Hi all, It seems to me that a number of problems are caused by ATH tests being in a separate repository from the code under test. When regressions occur, they are not discovered until much later. This causes pain for those who investigate ATH test failures. If the ATH tests were moved to the same

Re: Jenkins on SQLite

2022-04-25 Thread 'Antonio Muñiz' via Jenkins Developers
This is cool Basil! > and my prototype did not address the key point of adding an ORM (like Hibernate) If (or when) the PoC reaches this point, I would suggest evaluating MyBatis . Not a full ORM, but its simplicity and the lighter abstraction layer