Saturday, 6 June 2020
How to upgrade Jenkins in AWS Linux OS
Tags
# aws linux
# jenkins
About Geek 🤓🤓
Sora Blogging Tips is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of sora blogging tips is to provide the best quality blogger templates.
update
Subscribe to:
Post Comments (Atom)
sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
ReplyDeleteDownloading packages:
ReplyDeletewarning: /var/cache/yum/x86_64/latest/jenkins/packages/jenkins-2.277.1-1.1.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID 45f2c3d5: NOKEY
Public key for jenkins-2.277.1-1.1.noarch.rpm is not installed
then try to update jenkins
ReplyDeletesudo service jenkins stop
ReplyDeletesudo yum update jenkins
sudo service jenkins start