Re: Error installing plugins for Jenkins 2.346.2

2022-08-05 Thread Mark Waite
On Friday, August 5, 2022 at 9:00:12 AM UTC-6 Sunil wrote: > These are the steps I followed as per the documentation: > wget -O /etc/yum.repos.d/jenkins.repo \ > https://pkg.jenkins.io/redhat-stable/jenkins.repo > rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key > yum upgrade

Re: Error installing plugins for Jenkins 2.346.2

2022-08-05 Thread Sunil Mathew
These are the steps I followed as per the documentation: wget -O /etc/yum.repos.d/jenkins.repo \ https://pkg.jenkins.io/redhat-stable/jenkins.repo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key yum upgrade # Add required dependencies for the jenkins package yum install java-11

Re: Error installing plugins for Jenkins 2.346.2

2022-08-05 Thread Mark Waite
On Friday, August 5, 2022 at 8:35:12 AM UTC-6 Sunil wrote: I am running into errors installing plugins on a new Jenkins > installation on Linux. > > java.security.cert.CertificateException: No subject alternative DNS > name matching updates.jenkins.io found. > > Have you updated the opera

Error installing plugins for Jenkins 2.346.2

2022-08-05 Thread Sunil Mathew
Hi, I am running into errors installing plugins on a new Jenkins installation on Linux. # cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.9 (Maipo) I followed the instructions here: https://www.jenkins.io/doc/book/installing/linux/#red-hat-centos to install Jenkins. H