From 146262ad366475a960c0d303b262c3c37d42b1fc Mon Sep 17 00:00:00 2001 From: liyuchun <563917701@qq.com> Date: Wed, 3 Aug 2022 05:18:37 +0000 Subject: [PATCH] * Add pipeline type. --- config/zentaopms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zentaopms.php b/config/zentaopms.php index e995bd0b47..df143621ce 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -382,7 +382,7 @@ $config->objectTables['repo'] = TABLE_REPO; $config->newFeatures = array('introduction', 'tutorial', 'youngBlueTheme', 'visions'); -$config->pipelineTypeList = array('gitlab', 'sonarqube', 'jenkins', 'gitea'); +$config->pipelineTypeList = array('gitlab', 'gogs', 'gitea', 'jenkins', 'sonarqube'); /* Program privs.*/ $config->programPriv = new stdclass();