文章目录
一、常用的构建细节
Jenkins内置4种构建触发器:
- 触发远程构建
- 其他工程构建后触发(Build after other projects are build)
- 定时构建(Build periodically)
- 轮询SCM(Poll SCM)
1、触发远程构建
触发构建url:http://192.168.2.101:8888/job/test03_pipeline01/build?token=6666
,访问地址
token最好是加密的
2、其他工程构建后触发
创建新的前置工程,pre_job自由风格的工程
配置需要触发的工程
测试阶段,先把test03_pipeline01的配置改一下