DevOps
NetRookieX
若能力无法承载野心,就静下心来学习吧!
展开
-
openfly:基于nginx的4层代理管理平台
openfly是基于nginx的4层代理管理平台原创 2024-06-22 22:40:26 · 405 阅读 · 0 评论 -
yum安装Gitlab
环境CentOS7步骤安装依赖包yum install -y policycoreutils-python openssh-serversystemctl enable sshdsystemctl start sshd安装邮件服务yum -y install postfixsystemctl enable postfixsystemctl start postfix安装扩展源wget https://packages.gitlab.com/install/repositori原创 2020-09-06 18:40:21 · 516 阅读 · 0 评论 -
CentOS安装Jenkins
文章目录安装步骤安装jdk安装git安装jenkins放行端口配置Jenkins启动JenkinsJenkins配置文件安装步骤安装jdk请参照我的另一篇博客:Linux下轻松jdk安装安装gityum -y install git安装jenkins方法1:wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.reporpm --import https://pkg.jenki原创 2020-11-07 11:33:47 · 1551 阅读 · 0 评论 -
Jenkins-Job任务与节点关联
步骤Job -> 配置 -> 勾选Restrict where this project can be run -> 在Label Expression框中填写节点名称原创 2020-09-27 20:47:33 · 1126 阅读 · 1 评论