摘要:
// Get checkout output valuedef changeLogSets = checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, 阅读全文
摘要:
一、SonarQubeServer 1、前提 安装好mysql5.7和jdk1.8。 (1)安装Mysql create user 'sonar'@'localhost' identified by 'sonar'; CREATE DATABASE sonar CHARACTER SET utf8 阅读全文
摘要:
CentOS版本:7.4 Harbor版本:1.5.0 Docker版本:1.12.6 Docker Compose版本:1.21.2 一、安装Harbor(http方式,80端口) 1、安装Docker (1)搜索docker [root@node3 ~]# yum search docker ( 阅读全文
摘要:
Gitlab自动触发Jenkins构建项目 一、前提 Gitlab已安装配置好。 Jenkins已安装Gitlab plugin。 二、配置jenkins中Job 1、勾选触发器下的gitlab触发器 后边的url记下来。留着配置Gitlab时使用。 2、生成Secret token 留着配置Git 阅读全文
摘要:
一、安装java环境 1.查看服务器版本 cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) 升级操作系统 yum update -y 2.安装java yum install java 但对于centos有个问题,不可以安装成g 阅读全文