简体   繁体   English

使用Jenkins多配置版本时,如何重新触发一个特定的配置?

[英]With a Jenkins multi-configuration build, how do I retrigger one particular configuration?

I have a large and time-consuming multi-configuration build, and once in a while I want to re-trigger only one of the configurations. 我有一个庞大且耗时的多配置版本,有时我只想重新触发其中一个配置。 How can I easily do that? 我如何轻松做到这一点? I'd like it to still be easy to see that that all configurations have passed. 我希望仍然容易看到所有配置都已通过。

There is the Matrix Reloaded plugin 有一个Matrix Reloaded插件

This gives you an interactive way of rerunning combinations 这为您提供了一种重新运行组合的交互式方式

On all Matrix builds that has run while the plugin was installed there will be a Matrix reloaded link. 在安装插件后运行的所有Matrix构建上,都会有一个Matrix重新加载链接。 Click this, and it will take you to a dialog, where you can check-mark the configurations that should be build again. 单击此按钮,将带您到一个对话框,您可以在其中选中应重新构建的配置。 Nothing is checked by default, but the check-marks you set will be cascaded as default settings, if applicable, to any down-stream jobs triggered by the re-run. 默认情况下不检查任何内容,但您设置的检查标记将作为默认设置(如果适用)级联为由重新运行触发的任何下游作业。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM