This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new d2a9d5b Use fedora:41 for jenkins jobs instead of 40 (#366)
d2a9d5b is described below
commit d2a9d5b4be2224d0a99472c5f29ecb10c8ec9e07
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Jan 7 12:57:40 2025 -0600
Use fedora:41 for jenkins jobs instead of 40 (#366)
---
jenkins/github/autest.pipeline | 2 +-
jenkins/github/fedora.pipeline | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jenkins/github/autest.pipeline b/jenkins/github/autest.pipeline
index 49b055c..47a83b9 100644
--- a/jenkins/github/autest.pipeline
+++ b/jenkins/github/autest.pipeline
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
- image 'ci.trafficserver.apache.org/ats/fedora:40'
+ image 'ci.trafficserver.apache.org/ats/fedora:41'
registryUrl 'https://ci.trafficserver.apache.org/'
args '--init --cap-add=SYS_PTRACE --network=host -v
${HOME}/ccache:/tmp/ccache:rw'
label 'docker'
diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index 95fd754..47741eb 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
- image 'ats/fedora:40'
+ image 'ats/fedora:41'
//registryUrl 'https://ci.trafficserver.apache.org/'
args '-v ${HOME}/ccache:/tmp/ccache:rw'
label 'linux'