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-openjdk
yum install jenkins
systemctl daemon-reload

systemctl enable jenkins
systemctl start jenkins
systemctl status jenkins

Is there a way to upload plugins through the console? I am able to
download the plugins using wget. Is there a way for me to install the
downloaded plugin?

Sunil

On Fri, Aug 5, 2022 at 10:48 AM Mark Waite <[email protected]> wrote:
>
>
>
> 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 operating system packages to the most recent releases?  
> We've seen issues in the past where a user installed the operating system and 
> was unable to use current SSL certificates because their operating system had 
> not been updated with the most recent packages.
>
> # yum update
>
> I actually prefer "yum upgrade" but 
> https://unix.stackexchange.com/questions/55777/in-centos-what-is-the-difference-between-yum-update-and-yum-upgrade
>  warns that "yum update" may be the better choice for most users.
>
> Mark Waite
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/f584711c-0204-400e-81d4-0d079fadcaa6n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAJ-nt3De1D4BDyzbEb31zP5av_%2Bj-t%3D-XuPfTdwai5OWn8C2gQ%40mail.gmail.com.

Reply via email to