<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; git</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/git/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux系统下安装部署Jenkins</title>
		<link>https://www.osyunwei.com/archives/15493.html</link>
		<comments>https://www.osyunwei.com/archives/15493.html#comments</comments>
		<pubDate>Wed, 12 Mar 2025 02:18:54 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Jenkins]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15493</guid>
		<description><![CDATA[简单介绍： 1、Jenkins是一个开源软件项目，是基于Java开发的一种持续集成工具，用于监控持续重复的工作，旨在提供一个开放易用的软件平台，使软件项目可以进行持续集成 2、Jenkins依赖java环境，需要安装jdk 3、完整的Jenkins持续集成还需要git、maven以及tomcat的支持 前期准备： 1、禁用SELinux rpm -q grubby #确认grubby软件包是否已经安装 grubby --update-kernel ALL --args selinux=0 #添加selinux=0到内核​​命令行 getenforce #查看结果为Disabled 2、防火墙设置 Rocky Linux 9.x默认是firewalld防火墙，我们这里卸载firewall，安装iptables作为防火墙 2.1关闭firewall systemctl stop firewalld.service systemctl disable firewalld.service systemctl mask firewalld systemctl stop firewalld yum -y remove firewalld 2.2安装iptables防火墙，开启相应的端口 yum -y install iptables-services #安装 systemctl enable iptables.service #设置防火墙开机启动 systemctl start iptables.service #启动防火墙使配置生效 vi /etc/sysconfig/iptables [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15493.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15493.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
