Jenkins实现定时、顺序编译

1      Jenkins实现定时、顺序编译

l  Jenkins 编译流程:更新代码,编译公共服务,编译普通服务(普通服务依赖于公共服务)。以下图为例,首先执行 update,再执行 icto_commsvc_common ,再执行依赖它的 icto_commsvc_ictformation_service 与 icto_commsvc_svcmgr_service

1)Jenkins实现定时、顺序编译

2)Jenkins实现定时、顺序编译

3)Jenkins实现定时、顺序编译

Jenkins实现定时、顺序编译

l  update_code 中配置定时任务

Jenkins实现定时、顺序编译

l  icto_commsvc_common 中配置上游任务,即 update_code

Jenkins实现定时、顺序编译

l  icto_commsvc_ictformation_service 与 icto_commsvc_svcmgr_service 中配置上游任务,并设置为:上游任务构建时阻止本项目构建

Jenkins实现定时、顺序编译

Jenkins实现定时、顺序编译

l  构建效果

Jenkins实现定时、顺序编译

Jenkins实现定时、顺序编译

上一篇:MySQL错误:You are using safe update mode and you tried to update a table without a WHERE that uses a K


下一篇:INFO: Ignoring response <403 https://movie.douban.com/top250>: HTTP status code is not handled or not allowed