×
Jun 28, 2022 · In this blog post, we will discuss the Jenkins project's migration to Java 11 and Java 17, reflecting on it in the context of previous Java ...
Missing: /url | Show results with:/url
Short container image tags (without "jdk" in them) such as jenkins/jenkins:2.426.1 are now using Java 17. If you need to continue using Java 11, use tags like ...
Docker is a platform for running applications in an isolated environment called a "container" (or Docker container). Applications like Jenkins can be ...
Execute all the steps defined in this Pipeline within a newly created container of the given name and tag ( maven:3.9.3-eclipse-temurin-17 ). Example 2. Stage- ...
Missing: /url | Show results with:/url
May 16, 2018 · One common pattern for automated releases I have seen and used relies on Git tags as the catalyst for a release process.
Missing: /url | Show results with:/url
Nov 10, 2023 · Jenkins 2.426.1 is scheduled to be released Nov 15, 2023 with full support for Java 21. Read more about the Java support plan in the recent blog ...
Missing: /url | Show results with:/url
The repo plugin assigns values to environment variables in Pipeline projects. REPO_MANIFEST_URL. URL of manifest repository used. REPO_MANIFEST_BRANCH. Branch ...
Jan 11, 2024 · As of now, I would probably: Remove plugin(s) from plugins.txt; Rebuild image, deploy; Remove plugin(s) via the UI and restart. Obviously not ...
Jenkins agents can be launched in physical machines, virtual machines, Kubernetes clusters, and with Docker images. This section connects Docker agents to ...
Aug 27, 2021 · I have created a custom base docker image for windows server 2016 based upon the publically available agent images on github. We are using a tcp ...