Jenkins非官方文档:https://jenkins.ac.cn/doc/我这里Jenkins部署在一台VMware创建的openEuler 24.03 SP2虚拟机上,虚拟机IP地址为192.168.3.236,Jenkins 访问地址:http://192.168.3.236:8080/,如下:Blue Ocean地址:http://192.168.3.236:8080/blue/pipelines,如下:使用Blue Ocean创建基于远程Git的Pipeline,需要具备以下要素:运行了Jenins服务的虚拟机安装了Git远程Git仓库地址,以及登录的用户名和密码在Gitlab中创建自