1. Jenkins 安装启动 war包安装 下载脚本 #!/bin/bash mkdir /opt/module/jenkins cd /opt/module/jenkins wget https://get.jenkins.io/war-stable/latest/jenkins.war # 版本2.277.4 启动脚本 cd /opt/module/jenkins java -jar jenkins.war --httpPort=9090 #访问地址:http://localhost:9090 2024-04-26 07:36:01.203+0000 [<