Jenkins March 2023 Newsletter

Highlights Jenkins 2.397 and 2.387.2 are both using new Linux repository signing keys. The Pipeline graph view plugin continues to evolve and improve as a Pipeline visualization replacement for Blue Ocean. The number of pull requests merged for jenkins.io crossed into triple digits this month (101). Contributed by: Mark Waite Jenkins’ installers for Debian and Read more about Jenkins March 2023 Newsletter[…]

Android and Jenkins: what is the limit?

After reading the title, you may be thinking “Wait, what? Is Jenkins somehow limited in building Android apps?” You can relax, as I may have phrased it incorrectly. We’re not talking about building Android apps with Jenkins, which has no limitations as far as I know. We’re talking about building something with Jenkins, using an Read more about Android and Jenkins: what is the limit?[…]

Jenkins 2.397 and 2.387.2: New Linux Repository Signing Keys

Beginning March 28, 2023, the Jenkins weekly releases will use new repository signing keys for the Linux installation packages. The same change will be made in Jenkins LTS releases beginning April 5, 2023. Administrators of Linux systems must install the new signing keys on their Linux servers before installing Jenkins Jenkins weekly 2.397 or Jenkins Read more about Jenkins 2.397 and 2.387.2: New Linux Repository Signing Keys[…]

Jira for the Jenkins project

The Jenkins project has used Jira Software for issue tracking since 2005. Jira has been our issue and enhancement tracking system for almost as long as Jenkins core has existed. Jenkins core and most Jenkins plugins track issues and enhancements through a Jira instance hosted for the Jenkins project by the Linux Foundation. We’re pleased Read more about Jira for the Jenkins project[…]

Jenkins February 2023 Newsletter

Highlights FOSDEM 2023 insights Jenkins is a mentor organization for Google Summer of Code Several container image updates Jenkins Awards voting is now open Contributed by: Alyssa Tong FOSDEM 2023 Returning to FOSDEM for the first in-person event since COVID was both exciting and nostalgic for our Jenkins contributors. It was exciting to see the Read more about Jenkins February 2023 Newsletter[…]

Jenkins Contributor Awards – Voting Open

The 2023 Jenkins award nomination period has ended and voting is now open! Voting will take place until March 28, when the voting period closes, and the winners will be announced at this year’s cdCon. 2023 Award categories and nominees This year we have three awards, each with several nominees: Most Valuable Jenkins Advocate: Alexander Read more about Jenkins Contributor Awards – Voting Open[…]

How to build an unsigned Jenkins MSI on your Windows machine

Should you ever need to rebuild a Jenkins MSI on your Windows machine, here is a way to do it. Pre-requisites Jenkins WAR file First, you should download the Jenkins war file that will be inside the MSI file. You can access it from the official Jenkins website or from the Jenkins update center. Check Read more about How to build an unsigned Jenkins MSI on your Windows machine[…]

Jenkins January 2023 Newsletter

Highlights Jenkins in GSoC planning is in full steam ahead. General availability of new development tools on ci.jenkins.io: Maven, JDK, Playwright. 98 pull requests were merged from 38 different authors in January. Jenkins 2.375.2 released January 11, 2023. Over 350 positive ratings. A sandbox bypass vulnerability was corrected among 37 other vulnerabilities. The security team Read more about Jenkins January 2023 Newsletter[…]

Jenkins 2022 Recap

2022 was a fruitful year for Jenkins! Across the Jenkins project, we experienced growth and strong contributions. We want to share deep gratitude to the corporate sponsorships and individual contributions that made it possible to take Jenkins to the next level. We also look forward to welcoming new friends to collaborate with us in working Read more about Jenkins 2022 Recap[…]

Create a new Jenkins node, and run your Jenkins agent as a service

Table of Contents Pre-requisites Java Jenkins user Docker Create a new node in Jenkins Node creation in the UI Node configuration Run your Jenkins agent as a service In this tutorial, we will review how to start a Jenkins agent as a Linux service with systemd. When using Docker for my agents, entering the correct Read more about Create a new Jenkins node, and run your Jenkins agent as a service[…]