From 24ae10161835580730e7bf87f9de5b4c35aaadfa Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Sat, 23 Dec 2023 09:09:35 +0800 Subject: [PATCH] * Adjust table config for devops. --- config/zentaopms.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/zentaopms.php b/config/zentaopms.php index 8e68d4510f..a8c33eae72 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -629,7 +629,8 @@ $config->objectTables['sonarqube'] = TABLE_PIPELINE; $config->objectTables['gitea'] = TABLE_PIPELINE; $config->objectTables['gogs'] = TABLE_PIPELINE; $config->objectTables['gitlab'] = TABLE_PIPELINE; -$config->objectTables['jebkins'] = TABLE_PIPELINE; +$config->objectTables['jenkins'] = TABLE_PIPELINE; +$config->objectTables['nexus'] = TABLE_PIPELINE; $config->objectTables['stage'] = TABLE_STAGE; $config->objectTables['apistruct'] = TABLE_APISTRUCT; $config->objectTables['repo'] = TABLE_REPO;