Skip to content

Commit b52fc08

Browse files
Merge pull request #2335 from kunalmemane/Jenkins-2.541.2-rhel9
JKNS-1035: Bump Jenkins to LTS 2.541.2 and Update Jenkins RPM repo with GPG Key for CI
2 parents c3f4dc1 + da95fc6 commit b52fc08

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

2/contrib/jenkins/install-jenkins-core-plugins.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ if [[ "${INSTALL_JENKINS_VIA_RPMS}" == false ]]; then
1818
echo "jenkins.war already exists, skipping upstream RPM installation"
1919
else
2020
echo "Installing jenkins.war from upstream RPM"
21-
curl https://pkg.jenkins.io/redhat-stable-legacy/jenkins.repo -o /etc/yum.repos.d/jenkins.repo
21+
curl https://pkg.jenkins.io/rpm-stable/jenkins.repo -o /etc/yum.repos.d/jenkins.repo
2222
rpm --import https://pkg.jenkins.io/redhat-stable/jenkins-ci.org.key
2323
rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
2424
rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io-2023.key
25+
rpm --import https://pkg.jenkins.io/rpm-stable/jenkins.io-2026.key
2526

2627
yum -y $YUM_FLAGS --setopt=tsflags=nodocs --disableplugin=subscription-manager install jenkins-${jenkins_version}
2728
yum $YUM_FLAGS clean all
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.528.3
1+
2.541.2

0 commit comments

Comments
 (0)