Skip to content

Instantly share code, notes, and snippets.

@stephendonner
Created February 2, 2017 07:14
Show Gist options
  • Save stephendonner/d4f49f1829fc93d013d91551967023dd to your computer and use it in GitHub Desktop.
Save stephendonner/d4f49f1829fc93d013d91551967023dd to your computer and use it in GitHub Desktop.
[root@webqa-ci-staging1.qa.scl3 sdonner]# cat /etc/yum.repos.d/jenkins.repo
[jenkins]
name=Jenkins-stable
baseurl=http://pkg.jenkins.io/redhat-stable
gpgcheck=1
[root@webqa-ci-staging1.qa.scl3 sdonner]# sudo yum-wrapper update jenkins
Pinned packages detected, excluding the following from yum update jenkins:
facter 2.0.2-1.el6
puppet 3.6.2-1.el6
Command string: yum -x facter -x puppet update jenkins
yum:
Loaded plugins: fastestmirror, rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
Loading mirror speeds from cached hostfile
No Packages marked for Update
[root@webqa-ci-staging1.qa.scl3 sdonner]# vim /etc/yum.repos.d/jenkins.repo
[root@webqa-ci-staging1.qa.scl3 sdonner]# cat /etc/yum.repos.d/jenkins.repo
[jenkins]
name=Jenkins-stable
baseurl=https://pkg.jenkins.io/redhat-stable
gpgcheck=1
[root@webqa-ci-staging1.qa.scl3 sdonner]# sudo yum-wrapper update jenkins
Pinned packages detected, excluding the following from yum update jenkins:
facter 2.0.2-1.el6
puppet 3.6.2-1.el6
Command string: yum -x facter -x puppet update jenkins
yum:
Loaded plugins: fastestmirror, rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
Loading mirror speeds from cached hostfile
jenkins | 2.9 kB 00:00
jenkins/primary_db | 19 kB 00:00
Resolving Dependencies
--> Running transaction check
---> Package jenkins.noarch 0:2.32.1-1.1 will be updated
---> Package jenkins.noarch 0:2.32.2-1.1 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
jenkins noarch 2.32.2-1.1 jenkins 66 M
Transaction Summary
================================================================================
Upgrade 1 Package(s)
Total download size: 66 M
Is this ok [y/N]: y
Downloading Packages:
jenkins-2.32.2-1.1.noarch.rpm 61% [===========- ] 5.2 MB/s | 41 MB 00:04 ETjenkins-2.32.2-1.1.noarch.rpm 66% [============- ] 5.4 MB/s | 44 MB 00:04 ETjenkins-2.32.2-1.1.noarch.rpm | 66 MB 00:09
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : jenkins-2.32.2-1.1.noarch 1/2
Cleanup : jenkins-2.32.1-1.1.noarch 2/2
Verifying : jenkins-2.32.2-1.1.noarch 1/2
Verifying : jenkins-2.32.1-1.1.noarch 2/2
Updated:
jenkins.noarch 0:2.32.2-1.1
Complete!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment