perf: 运行主机脚本插件支持选择运行策略

alert-autofix-31
xiaojunnuo 2025-07-28 23:22:38 +08:00
parent e87f6d56f5
commit 86b3df1941
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import { SshClient } from '@certd/plugin-lib';
group: pluginGroups.host.key, group: pluginGroups.host.key,
desc: '可以执行重启nginx等操作让证书生效', desc: '可以执行重启nginx等操作让证书生效',
input: {}, input: {},
showRunStrategy: true,
default: { default: {
strategy: { strategy: {
runStrategy: RunStrategy.SkipWhenSucceed, runStrategy: RunStrategy.SkipWhenSucceed,