logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jenkins监听gitlab+返回状态给gitlab

1.jenkins安装gitlab插件下载插件:http://updates.jenkins-ci.org/download/plugins/gitlab-plugin/系统管理 --> 插件管理 --> 高级2.gitlab生成token点击 gitlab 用户 --> Preferences --> Access Tokens --> 填写 Token name

#运维
jenkins插件:高亮指定报错信息行

jenkins插件大全:http://updates.jenkins-ci.org/download/plugins/一、build-failure-analyzer详细使用方法如下:https://blog.csdn.net/weixin_44142495/article/details/104380100优点:可自定义具体报错详解,提供解决方案;装上即可用,不区分pipeline工程缺点:只高

#运维
CentOS7+PostgresSQL14+SonarQube9.4+jenkins使用SonarScan

1.sonarqube官网https://www.sonarqube.org/下载包解压缩非root账号 ./bin/sonar.sh start嵌入式数据库应仅用于评估目的嵌入式数据库无法扩展,不支持升级到较新版本的 SonarQube,也不支持将数据从其中迁移到不同的数据库引擎。.开防火墙sudo firewall-cmd --permanent --zone=public --add-por

#运维
CentOS7 + Gitlab

1.安装依赖包yum install -y curl policycoreutils-pythonfirewall-cmd --permanent --add-service=httpsystemctl reload firewalld2.安装程序包curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/scri

#运维#github
ubuntu20.04 + gerrit3.1.3 + nginx

一.相关环境部署sudo apt-get install openjdk-11-jdk openjdk-11-jre git nginx二.配置nginx不装nginx也不影响gerrit启动,以下操作可跳过1. 开防火墙sudo ufw app listsudo ufw allow ‘Nginx HTTP’ 按情况开启sudo ufw status2. nginx相关命令sudo systemc

#nginx#运维#linux
到底了