# 服务器搭建——jenkins搭建至构建成功(2)

Jenkins

搭建Jenkins

服务器搭建——jenkins搭建至构建成功遇到问题

阿里云服务器搭建 这个是jenkins 篇,我是按照这里来做的。

系列,建议全看,包括很多我没有写到的.当然里面也有一些不全的坑,需要自己解决。

下面是我遇到的问题

问题1 登陆空白

https://blog.csdn.net/azhi117/article/details/88373170

上面的不知道

我用了下面的..亲测有效

https://www.cnblogs.com/me1105/p/10081291.html

重启关闭。后面加 restart 即可,真的吊啊

https://www.cnblogs.com/ninefish/p/9816612.html

问题2 反向代理设置有误

https://www.cnblogs.com/effortsing/p/10060708.html

问题3

Builds in Jenkins run as the virtual Jenkins SYSTEM user with full Jenkins permissions by default. This can be a problem if some users have restricted or no access to some jobs, but can configure others. If that is the case, it is recommended to install a plugin implementing build authentication, and to override this default.

❌ No implementation of access control for builds is present. It is recommended that you install Authorize Project Plugin or another plugin implementing the QueueItemAuthenticator extension point.

没什么影响,我忽略了。…

开始了!!!!

Jenkins自动部署SpringBoot项目

https://blog.csdn.net/zjh_746140129/article/details/80904876

这边来到了构建

又遇到问题了

No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format 

解决方法:

https://blog.csdn.net/qq_30507287/article/details/70512281

按照上面的博客构建成功后,并不代表这成功

请看
服务器搭建——jenkins构建后应该做什么(3)

原文地址:https://www.cnblogs.com/EsMussSeinHui/p/11184738.html