安装
- 命令行
- docker
jenkins安装插件方法
http://10.20.1.68:8080/pluginManager/advanced
将升级站点地址改为
http://updates.jenkins.io/update-center.json
jenkins编译golang
https://baijiahao.baidu.com/s?id=1709940320913165642&wfr=spider&for=pc
- 选择一个自由风格的构建,并起个job名字
- general 描述
- 选择丢弃旧的构建
- 参数化构建过程
文本参数
名称: branch
默认值: dev
描述: git版本号 - 源码管理
git
地址:[email protected]:jasmine456/lotus.git
credentials:添加私钥
Branches to build:*/$branch
Additional Behaviours:检出到子目录 --- /root/gitee
6.构建环境: Set up Go programming language tools
注意这一步需要先安装golang环境,在全局工具中配置
- Build Steps:选择执行shell
贴上脚本