update jenkins pre-check

Signed-off-by: soulseen <sunzhu@yunify.com>
This commit is contained in:
soulseen
2019-05-06 11:24:01 +08:00
committed by zryfish
parent a57947fd45
commit 9f24801eeb
4 changed files with 39 additions and 69 deletions

View File

@@ -33,7 +33,6 @@ import (
"kubesphere.io/kubesphere/pkg/models/devops"
logging "kubesphere.io/kubesphere/pkg/models/log"
"kubesphere.io/kubesphere/pkg/signals"
"kubesphere.io/kubesphere/pkg/simple/client/admin_jenkins"
"kubesphere.io/kubesphere/pkg/simple/client/devops_mysql"
"log"
"net/http"
@@ -100,7 +99,6 @@ func Run(s *options.ServerRunOptions) error {
func initializeAdminJenkins() {
devops.PreCheckJenkins()
admin_jenkins.Client()
}
func initializeDevOpsDatabase() {