使用 Jenkins 多配置构建,我如何重新触发一个特定配置?
With a Jenkins multi-configuration build, how do I retrigger one particular configuration?
我有一个大型且耗时的多配置构建,有时我只想重新触发其中一个配置。我怎样才能轻松做到这一点?我希望它仍然很容易看到所有配置都已通过。
这为您提供了一种重新运行组合的交互式方式
On all Matrix builds that has run while the plugin was installed there
will be a Matrix reloaded link. 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.
我有一个大型且耗时的多配置构建,有时我只想重新触发其中一个配置。我怎样才能轻松做到这一点?我希望它仍然很容易看到所有配置都已通过。
这为您提供了一种重新运行组合的交互式方式
On all Matrix builds that has run while the plugin was installed there will be a Matrix reloaded link. 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.