Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-54147

SSH protocol not supported

XMLWordPrintable

      On a new Jenkins X install after doing a `jx import`, we can see the multibranch scan log give the following errors:

      Nothing is detected and the build(s) does not start.

      [Thu Oct 18 16:07:27 UTC 2018] Starting branch indexing...
      ERROR: [Thu Oct 18 16:07:27 UTC 2018] Could not update folder level actions from source f82b5bae-d2eb-11e8-891f-28f10e15fb27
      org.apache.http.HttpException: ssh protocol is not supported
      	at org.apache.http.impl.conn.DefaultRoutePlanner.determineRoute(DefaultRoutePlanner.java:89)
      	at org.apache.http.impl.client.InternalHttpClient.determineRoute(InternalHttpClient.java:125)
      	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
      Caused: org.apache.http.client.ClientProtocolException
      	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:187)
      	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
      	at com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient.getRequest(BitbucketServerAPIClient.java:655)
      Caused: java.io.IOException: Communication error for url: /rest/api/1.0/projects/dms/repos/dms
      	at com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient.getRequest(BitbucketServerAPIClient.java:685)
      	at com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient.getRepository(BitbucketServerAPIClient.java:363)
      	at com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.retrieveActions(BitbucketSCMSource.java:1068)
      	at jenkins.scm.api.SCMSource.fetchActions(SCMSource.java:748)
      	at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:590)
      	at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:276)
      	at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:165)
      	at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1024)
      	at hudson.model.ResourceController.execute(ResourceController.java:97)
      	at hudson.model.Executor.run(Executor.java:429)
      [Thu Oct 18 16:07:27 UTC 2018] Finished branch indexing. Indexing took 0.27 sec
      FATAL: Failed to recompute children of dms ยป dms
      java.io.IOException: Communication error for url: /rest/api/1.0/projects/dms/repos/dms
      	at com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient.getRequest(BitbucketServerAPIClient.java:685)
      	at com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient.getRepository(BitbucketServerAPIClient.java:363)
      	at com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.retrieveActions(BitbucketSCMSource.java:1068)
      	at jenkins.scm.api.SCMSource.fetchActions(SCMSource.java:748)
      	at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:590)
      	at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:276)
      	at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:165)
      	at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1024)
      	at hudson.model.ResourceController.execute(ResourceController.java:97)
      	at hudson.model.Executor.run(Executor.java:429)
      Caused by: org.apache.http.client.ClientProtocolException
      	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:187)
      	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
      	at com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient.getRequest(BitbucketServerAPIClient.java:655)
      	... 9 more
      Caused by: org.apache.http.HttpException: ssh protocol is not supported
      	at org.apache.http.impl.conn.DefaultRoutePlanner.determineRoute(DefaultRoutePlanner.java:89)
      	at org.apache.http.impl.client.InternalHttpClient.determineRoute(InternalHttpClient.java:125)
      	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
      	... 11 more
      Finished: FAILURE 

            jstrachan James Strachan
            aairey Andy Airey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: