前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >RedHat Linux RPM packages for Jenkins

RedHat Linux RPM packages for Jenkins

作者头像
拓荒者
发布2019-09-23 14:42:47
3.4K0
发布2019-09-23 14:42:47
举报
文章被收录于专栏:运维经验分享运维经验分享

RedHat Linux RPM packages for Jenkins

To use this repository, run the following command:

代码语言:javascript
复制
sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key

If you've previously imported the key from Jenkins, the "rpm --import" will fail because you already have a key. Please ignore that and move on.

You will need to explicitly install a Java runtime environment, because Oracle's Java RPMs are incorrect and fail to register as providing a java dependency. Thus, adding an explicit dependency requirement on Java would force installation of the OpenJDK JVM.

  • 2.164 (2019-02) and newer: Java 8 or Java 11
  • 2.54 (2017-04) and newer: Java 8
  • 1.612 (2015-05) and newer: Java 7

With that set up, the Jenkins package can be installed with:

代码语言:javascript
复制
yum install jenkins

See Wiki for more information, including how Jenkins is run and where the configuration is stored, etc.

Individual Package Downloads

If you need *.rpm for a specific version, use these.

Name

Last modified

Size

jenkins-2.176.3-1.1.noarch.rpm

(adsbygoogle = window.adsbygoogle || []).push({});

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • RedHat Linux RPM packages for Jenkins
    • Individual Package Downloads
    领券
    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档