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
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
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
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