您的位置:首页 > 产品设计 > UI/UE

Jenkins 项目构建之“构建后操作”——Build other projects

2017-12-26 17:59 447 查看
Trigger builds of the other projects once a build is successfully completed. Multiple projects can be specified by using comma, like "abc, def".
Other than the obvious use case where you'd like to build other projects that have a dependency on the current project, this can also be useful to split a long build process in to multiple stages (such as the build portion and the test portion).

Nested projects need to be specified by using a path. It can be an absolute path starting from Jenkins root, like "/grp/abc" where "grp" is located at the root of Jenkins. It can also be a relative path from the current project location, like "grp/abc" where "grp" is located at the same level as the current project. Examples of plugins that provide such implementation include but are not limited to the CloudBees Folder Plugin and the Multi-Branch Project Plugin



构建完此项目之后,自动构建其他项目。









内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  LINUX JENKINS CI