首页 > 系统相关 >centos安装jenkins

centos安装jenkins

时间:2022-10-19 01:00:07浏览次数:46  
标签:https centos redhat pkg io stable jenkins 安装

jenkins官网:https://pkg.jenkins.io/redhat-stable/

 

步骤:

1.sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo --no-check-certificate

2.sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key

3.yum install fontconfig java-11-openjdk (安装JDK)

4.yum install jenkins

5.配置端口

vi /etc/syscofig/jenkins

修改端口如下: JENKINS_PORT="8888"   6.启动命令:systemctl start jenkins

标签:https,centos,redhat,pkg,io,stable,jenkins,安装
From: https://www.cnblogs.com/sansui/p/16804780.html

相关文章

  • CentOS7 安装FTP Server
    1.安装FTPServeryum-yinstallvsftpdsystemctlstartvsftpd.servicesystemctlenablevsftpd.service2.新建用户和FTP目录groupaddftp#指定用户主目录:/data/......
  • istio 1.15.2安装部署
    一、官方脚本安装部署[root@alicound-rocky-8-6~]#curl-Lhttps://istio.io/downloadIstio|ISTIO_VERSION=1.15.2TARGET_ARCH=x86_64sh-%Total%Receiv......
  • Linux 源码编译安装实现LAMP架构
    1.apache服务编译安装https://www.cnblogs.com/heyongshen/p/16803125.html说明:  编译安装默认不支持fastcgi功能和反向代理功能相关配置:  开启fastcgi功能和反向......
  • Linux安装Kafka(Docker方式)
    安装步骤(已亲测好使):#笔者版本ZOOKEEPER_VERSION=3.4.13//DockerVersion=18.03.1-ee-3#拉zookeeper镜像dockerpullwurstmeister/zookeeper#笔者版本KAFKA_VERSION......
  • 群晖后台安装 ipkg 包管理 和 screen
    wgethttp://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xshchmod+xsyno-i686-bootstrap_1.2-7_i686.xshshsyno......
  • Jenkins部署以及汉化
    ​1.安装JAVA环境1.1、解压jdk并指定解压目录tarzxvfjdk-8u152-linux-x64.tar.gz-C/usr/local/1.2.修改环境变量vim/etc/profile#尾部添加一下内容exportJAVA_HOME=/u......
  • 持续集成3-Jenkins用户权限管理、开启权限全局安全配置、创建角色
    ​  我们可以利用Role-basedAuthorizationStrategy插件来管理jenkins用户权限持续集成环境4-Jenkins凭证管理凭据可以用来存储需要密文保护的数据库密码、Gitlab密码......
  • 天翼云服务器ubuntu20.04安装Mysql8记录
    1、查看系统版本1root@wwqovahhked4rb48:~#uname-a2Linuxwwqovahhked4rb485.4.0-70-generic#78-UbuntuSMPFriMar1913:29:52UTC2021x86_64x86_64x86_......
  • Oracle 19C静默安装详解
    1.检查主机名和网络并且配置/etc/hosts文件关闭防火墙#检查防火墙状态[root@bogonapp]#systemctlstatusfirewalld.service●firewalld.service-firewalld-dynamic......
  • Golang编辑器 - GoLand安装
    GoLand官网https://www.jetbrains.com.cn/go/下载GoLand通过访问其官网进行安装包下载下载完成之后双击运行安装程序点击Next选择安装的路径下一步选择创建......