feat: 打通 Jenkins 直构导入闭环
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `deploy_runs`
|
||||
MODIFY `trigger` ENUM('MANUAL', 'GITEA_WEBHOOK', 'RETRY', 'JENKINS_EXTERNAL') NOT NULL DEFAULT 'MANUAL';
|
||||
Reference in New Issue
Block a user