Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins安装、插件、注意事项、报错、解决方案 #20

Open
jerrychir opened this issue Mar 1, 2019 · 0 comments
Open

Jenkins安装、插件、注意事项、报错、解决方案 #20

jerrychir opened this issue Mar 1, 2019 · 0 comments

Comments

@jerrychir
Copy link
Owner

jerrychir commented Mar 1, 2019

Jenkins安装、插件、注意事项、报错、解决方案

Jenkins安装、插件、注意事项、报错、解决方案

安装插件

Version Number 版本号

image

Zentimestamp plugin 时间戳

系统设置->Build Timestamp
image

本地化(Locale plugin,i18n for Blue Ocean)

系统设置->Locale
image

JDK配置

全局工具配置->jdk
image

Git配置

全局工具配置->Git
image

Maven配置

全局工具配置->maven
image

Nodejs配置

全局工具配置->Nodejs
image

报错和解决方案

Jenkins Docker报错 (Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock)

因为jenkins没有权限,所以要添加权限

gpasswd -a jenkins docker   
service jenkins restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant