jekins 入门
环境安装
gitlab 安装
使用 docker
安装 gitlab
docker run -d --name gitlab --restart always --hostname gitlab.zdp.com -p 8082:443 -p 8083:80 -p 8084:22 gitlab/gitlab-ce
安装jekins
使用docker
安装 jekins
docker run -u root --rm -d -p 8080:8080 -p 50000:50000 jenkinsci/blueocean