CentOS 7上安装 Jenkins 2.346 -- yum 方式

centos,安装,jenkins,yum,方式 · 浏览次数 : 745

小编点评

## generate content **content generation** **step 1:** * define variable `output_dir` for output file directory ```bash output_dir="/path/to/output/directory" ``` **step 2:** * define variable `content` for the content to generate ```bash content="This is the content to generate." ``` **step 3:** * write content to output file ```bash file_path="${output_dir}/file.txt" cat - "$content" "$file_path" ``` **step 4:** * print completion message ```bash echo "Content generated successfully!" ``` **step 5:** * add additional information to the content ```bash content += "\nThis is additional information." ``` **step 6:** * save content to output file ```bash file_path="${output_dir}/content.txt" cat "$content" "$file_path" ``` **step 7:** * print content to the output file ```bash echo "$content" ``` **step 8:** * clear the output file ```bash rm - "$file_path" ``` **step 9:** * repeat steps 1-8 for content generation ```bash # continue generating content ``` **step 10:** * output content to specified file ```bash echo "$content" > "${output_dir}/output.txt" ``` **step 11:** * print completion message ```bash echo "Content generated successfully!" ```

正文

CentOS 7上安装 Jenkins -- yum 方式
装插件太麻烦了,最后选择了 装JAVA 11,安装最版本 Jenkins
https://mirrors.jenkins.io/war/
image
开源 Devops 工具 Jenkins 在官方博客宣布,从 6 月 28 日发布的 Jenkins 2.357 和将于 9 月发布的 LTS 版本开始,Jenkins 需要 Java 11 才能使用,将放弃 Java 8
由于服务器上装的Java 8,不想换11 所以 这边选择了,2.346,(之前装的 2.227,由于好多插件不支持这个版本,所以卸载重新装成了 2.346)

安装 Jenkins

# 
[root@localhost ~]# ll /etc/yum.repos.d/
总用量 40
-rw-r--r--. 1 root root 1664 4月   8 2020 CentOS-Base.repo
-rw-r--r--. 1 root root 1309 4月   8 2020 CentOS-CR.repo
-rw-r--r--. 1 root root  649 4月   8 2020 CentOS-Debuginfo.repo
-rw-r--r--. 1 root root  314 4月   8 2020 CentOS-fasttrack.repo
-rw-r--r--. 1 root root  630 4月   8 2020 CentOS-Media.repo
-rw-r--r--. 1 root root 1331 4月   8 2020 CentOS-Sources.repo
-rw-r--r--. 1 root root 7577 4月   8 2020 CentOS-Vault.repo
-rw-r--r--. 1 root root  616 4月   8 2020 CentOS-x86_64-kernel.repo
-rw-r--r--. 1 root root 2081 3月   9 2022 docker-ce.repo
[root@localhost ~]# wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat/jenkins.repo
--2022-10-20 17:40:31--  https://pkg.jenkins.io/redhat/jenkins.repo
正在解析主机 pkg.jenkins.io (pkg.jenkins.io)... 151.101.110.133, 2a04:4e42:1a::645
正在连接 pkg.jenkins.io (pkg.jenkins.io)|151.101.110.133|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:71
正在保存至: “/etc/yum.repos.d/jenkins.repo”
100%[==========================================>] 71          --.-K/s 用时 0s      
2022-10-20 17:40:33 (1.56 MB/s) - 已保存 “/etc/yum.repos.d/jenkins.repo” [71/71])
 
# 添加成功后,查看
[root@localhost ~]# ll /etc/yum.repos.d/
总用量 48
-rw-r--r--. 1 root root 1664 11月 23 2020 CentOS-Base.repo
-rw-r--r--. 1 root root 1309 11月 23 2020 CentOS-CR.repo
-rw-r--r--. 1 root root  649 11月 23 2020 CentOS-Debuginfo.repo
-rw-r--r--. 1 root root  314 11月 23 2020 CentOS-fasttrack.repo
-rw-r--r--. 1 root root  630 11月 23 2020 CentOS-Media.repo
-rw-r--r--. 1 root root 1331 11月 23 2020 CentOS-Sources.repo
-rw-r--r--. 1 root root 8515 11月 23 2020 CentOS-Vault.repo
-rw-r--r--. 1 root root  616 11月 23 2020 CentOS-x86_64-kernel.repo
-rw-r--r--. 1 root root 2081 3月   9 2022 docker-ce.repo
-rw-r--r--. 1 root root   71 11月 30 2016 jenkins.repo
# 导入公钥
[root@localhost ~]# rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
# yum 可以更新一下,
[root@localhost ~]# yum upgrade
# 安装 Jenkins 如果报 jenkins-2.227.1-1.1.noarch.rpm 的公钥尚未安装,则加上  --nogpgcheck 
[root@localhost ~]# rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
[root@localhost ~]# yum install jenkins-2.346
已加载插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
正在解决依赖关系
--> 正在检查事务
---> 软件包 jenkins.noarch.0.2.346-1.1 将被 安装
--> 解决依赖关系完成

依赖关系解决

=================================================================================================
 Package               架构                 版本                     源                     大小
=================================================================================================
正在安装:
 jenkins               noarch               2.346-1.1                jenkins                87 M

事务概要
=================================================================================================
安装  1 软件包

总下载量:87 M
安装大小:87 M
Is this ok [y/d/N]: Y
Downloading packages:
jenkins-2.346-1.1.noarch.rpm                                              |  87 MB  00:02:49     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
警告:RPM 数据库已被非 yum 程序修改。
  正在安装    : jenkins-2.346-1.1.noarch                                                     1/1 
  验证中      : jenkins-2.346-1.1.noarch                                                     1/1 

已安装:
  jenkins.noarch 0:2.346-1.1                                                                     

完毕!
[root@localhost ~]#  

# 修改配置,jenkins安装成功后,默认的用户是jenkins,端口是8080,为了防止冲突,并且给用户赋权限,我们修改用户名和端口。
# 进到 VI 后 输入 /PORT 可以快速定位到 PORT 处,修改默认端口
[root@localhost ~]# vi /etc/sysconfig/jenkins
JENKINS_USER="root"  #将用户改成 root
JENKINS_PORT="8888"  #修改默认端口

# 添加自启动
[root@localhost ~]# systemctl enable jenkins
Created symlink from /etc/systemd/system/multi-user.target.wants/jenkins.service to /usr/lib/systemd/system/jenkins.service.
# 启动 Jenkins
[root@localhost ~]# systemctl start jenkins  

# 查看服务状态,上面改了端口,这边还是使用的 8080
[root@localhost ~]# systemctl status jenkins
● jenkins.service - Jenkins Continuous Integration Server
   Loaded: loaded (/usr/lib/systemd/system/jenkins.service; enabled; vendor preset: disabled)
   Active: active (running) since 五 2022-10-21 12:06:05 CST; 1min 8s ago
 Main PID: 16863 (java)
   CGroup: /system.slice/jenkins.service
           └─16863 /usr/bin/java -Djava.awt.headless=true -jar /usr/share/java/jenkins.war --webroot=%C/jenkins/war --httpPort=8080

10月 21 12:06:04 localhost.localdomain jenkins[16863]: 2022-10-21 04:06:04.393+0000 [id=27]        INFO        jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
10月 21 12:06:05 localhost.localdomain jenkins[16863]: 2022-10-21 04:06:05.237+0000 [id=28]        INFO        jenkins.InitReactorRunner$1#onAttained: System config loaded
10月 21 12:06:05 localhost.localdomain jenkins[16863]: 2022-10-21 04:06:05.242+0000 [id=28]        INFO        jenkins.InitReactorRunner$1#onAttained: System config adapted
10月 21 12:06:05 localhost.localdomain jenkins[16863]: 2022-10-21 04:06:05.243+0000 [id=28]        INFO        jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
10月 21 12:06:05 localhost.localdomain jenkins[16863]: 2022-10-21 04:06:05.247+0000 [id=26]        INFO        jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
10月 21 12:06:05 localhost.localdomain jenkins[16863]: 2022-10-21 04:06:05.321+0000 [id=43]        INFO        hudson.model.AsyncPeriodicWork#lambda$doRun$1: Started Download metadata
10月 21 12:06:05 localhost.localdomain jenkins[16863]: 2022-10-21 04:06:05.376+0000 [id=43]        INFO        hudson.model.AsyncPeriodicWork#lambda$doRun$1: Finished Download metadata. 48 ms
10月 21 12:06:05 localhost.localdomain jenkins[16863]: 2022-10-21 04:06:05.894+0000 [id=28]        INFO        jenkins.InitReactorRunner$1#onAttained: Completed initialization
10月 21 12:06:05 localhost.localdomain systemd[1]: Started Jenkins Continuous Integration Server.
10月 21 12:06:05 localhost.localdomain jenkins[16863]: 2022-10-21 04:06:05.922+0000 [id=20]        INFO        hudson.lifecycle.Lifecycle#onReady: Jenkins is fully up and running
[root@localhost ~]# 


# 查看密码
[root@localhost ~]# cat /var/lib/jenkins/secrets/initialAdminPassword
d63a3493daee4a1645d7a105a0d24b5
[root@localhost ~]# 
如果启不来报 没有权限 ,执行一下

[root@localhost ~]# chmod -R 777 /var/lib/jenkins/

image

由于之前没卸载干净,设置过密码,所以这边直接跳进了登录界面

卸载 Jenkins

# 卸载jenkins服务
[root@localhost ~]# rpm -e jenkins
警告:/etc/sysconfig/jenkins 已另存为 /etc/sysconfig/jenkins.rpmsave
# 检查是否卸载成功
[root@localhost ~]# rpm -ql jenkins
未安装软件包 jenkins 
[root@localhost ~]# 

与CentOS 7上安装 Jenkins 2.346 -- yum 方式相似的内容:

CentOS 7上安装 Jenkins 2.346 -- yum 方式

CentOS 7上安装 Jenkins -- yum 方式 装插件太麻烦了,最后选择了 装JAVA 11,安装最版本 Jenkins https://mirrors.jenkins.io/war/ 开源 Devops 工具 Jenkins 在官方博客宣布,从 6 月 28 日发布的 Jenkins

CentOS 7上安装 Jenkins 2.227 -- yum 方式

CentOS 7上安装 Jenkins 2.227 -- yum 方式 装插件的时候会报版本过低,建议安装 2.346 安装 Jenkins # [root@localhost ~]# ll /etc/yum.repos.d/ 总用量 40 -rw-r--r--. 1 root root 1664

[转帖]在 CentOS 7 上安装并配置 Python 3.6环境

https://www.jianshu.com/p/b978e46de442 拖了很久没有更新,抱歉啦~ 今天受邀写篇如何在 CentOS 7 上配置 Python 3 环境的文章。往常我都选择直接把我早年写的一篇文章《源码编译MongoDB》丢过去,让他们看其中的源码编译 Python 那一节,不

【转帖】在ECS上配置skywalking-nginx-lua

https://help.aliyun.com/document_detail/197660.html 此处以在CentOS 7.0上的操作为例。 配置Lua运行环境。 安装工具库。 yum install gcc gcc-c++ kernel-devel -y yum install readli

[转帖]制作本地docker-ce镜像仓库(使用reposync、createrepo、httpd)

记录:330 场景:在CentOS 7.9操作系统上,使用reposync从开源镜像站下载docker-ce镜像仓库的rpm包;使用createrepo制作本地docker-ce镜像仓库;使用httpd发布服务。解决内网中使用yum命令安装docker-ce的需求。 版本: 操作系统:CentOS

[转帖]制作本地epel镜像仓库(reposync下载、createrepo制作、httpd发布)

记录:310 场景:在CentOS 7.9操作系统上,使用reposync从开源镜像站下载epel镜像仓库的rpm包;使用createrepo制作本地epel镜像仓库;使用httpd发布服务。解决内网中使用yum命令安装软件时,缺少依赖包的需求。 版本: 操作系统:CentOS 7.9 名词: EP

Docker安装

Docker安装 1、环境说明 CentOS Docker 安装 前提条件 目前,CentOS 仅发行版本中的内核支持 Docker。Docker 运行在CentOS 7 (64-bit)上,要求系统为64位、Linux系统内核版本为 3.8以上,这里使用Centos7.9 查看自己的内核 cat

[转帖]centos7离线安装postgresql13

https://www.cnblogs.com/summer-88/p/15341918.html 在一台可以联网的centos上安装postgresql源 yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/E

[转帖]【最佳实践】瀚高数据库安全版v4.5.8安装

瀚高数据库安全版v4.5.8已发布,功能和安装方式都有所不同。下面先跟我一起安装上吧。 操作系统环境:Centos7.9,处理器:x86_64 (说明:以下每一节的命令操作,均可以复制粘贴直接执行) 1. 安装软件 将软件包上传到root用户的目录下,执行以下命令校验安装包完整性,然后执行安装: m

mini-centos7 环境安装部署,各种踩坑。。。

最小Linux系统,安装Java环境 想想就生气,去面试个运维,面试官让我上机装个centos7,还是个最小安装包连界面都没有,只有命令行模式,我都哭了,然后让把一些环境装一下,然后再部署个springboot项目,我他妈都多久没用没有界面的东西了,最后卡在安装MySQL上,真想扇自己个