using /jenkins replace jenkins.kubesphere.io api

Signed-off-by: shaowenchen <mail@chenshaowen.com>
This commit is contained in:
shaowenchen
2020-07-09 15:50:56 +08:00
parent 99aff3c7da
commit 6090874cc4
4 changed files with 68 additions and 25 deletions

View File

@@ -195,7 +195,8 @@ func (s *APIServer) installKubeSphereAPIs() {
s.DevopsClient,
s.SonarClient,
s.KubernetesClient.KubeSphere(),
s.S3Client))
s.S3Client,
s.Config.DevopsOptions.Host))
urlruntime.Must(devopsv1alpha3.AddToContainer(s.container,
s.DevopsClient,
s.KubernetesClient.Kubernetes(),