We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2797d2a + 409ca64 commit 393436dCopy full SHA for 393436d
src/components/ciPipeline/ciPipeline.service.ts
@@ -54,7 +54,7 @@ export function getInitData(
54
webhookEvents: pipelineMetaConfig.result.webhookEvents,
55
ciPipelineSourceTypeOptions: pipelineMetaConfig.result.ciPipelineSourceTypeOptions,
56
webhookConditionList: pipelineMetaConfig.result.webhookConditionList,
57
- triggerType: TriggerType.Auto,
+ triggerType: window._env_.DEFAULT_CI_TRIGGER_TYPE_MANUAL ? TriggerType.Manual : TriggerType.Auto,
58
beforeDockerBuildScripts: [],
59
afterDockerBuildScripts: [],
60
preBuildStage: emptyStepsData(),
0 commit comments