https://bugzilla.redhat.com/show_bug.cgi?id=1517477
--- Comment #11 from Mike P. michaelijah@gmail.com --- #This downloads the latest stable jenkins direct from website and installs it. #I use sudo ....use whatever elevation you need. sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key sudo dnf -y install java #java is a dependency...you may or may not need this. sudo dnf -y install jenkins
#Be sure to start and enable the jenkins service #And I agree the packaging should be fixed....This is just a workaround