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;