around have 120 repositories in Bitbucket, if used other repositories in other project, it works
i am use docker jenkins:lts
i tried docker jenkinsci/blueocean images to show problem, have same issue
Jimmy
added a comment - around have 120 repositories in Bitbucket, if used other repositories in other project, it works
i am use docker jenkins:lts
i tried docker jenkinsci/blueocean images to show problem, have same issue
I have same issue. If I load my personnal Bitbucket cloud, which as 0 repository, it seems work but when I select my "Team", I receive a 404 not found.
Gwen
added a comment - I have same issue. If I load my personnal Bitbucket cloud, which as 0 repository, it seems work but when I select my "Team", I receive a 404 not found.
Kalle Niemitalo
added a comment - - edited This may have been caused by https://github.com/jenkinsci/bitbucket-branch-source-plugin/issues/473 . If so, updating the Bitbucket Branch Source plugin to 2.9.11 should fix it.
jimmy1998kon I can confirm the `v2.9.11` fixes the issue in the default Jenkins interface, but when adding a new pipeline through Blue Ocean the error still exist.
I guess something needs to be updated on the Blue Ocean side too?
Thomas Ramé
added a comment - jimmy1998 kon I can confirm the `v2.9.11` fixes the issue in the default Jenkins interface, but when adding a new pipeline through Blue Ocean the error still exist.
I guess something needs to be updated on the Blue Ocean side too?
So these have to be changed to “workspaces”. Perhaps references to “owner” have to be changed as well.
I don’t intend to work on that.
Kalle Niemitalo
added a comment - - edited The blueocean-bitbucket-pipeline plugin still uses “teams” URLs, at least here:
https://github.com/jenkinsci/blueocean-plugin/blob/239e00a4577564b37ac7bd1b7c90d25a71937c3f/blueocean-bitbucket-pipeline/src/main/java/io/jenkins/blueocean/blueocean_bitbucket_pipeline/cloud/BitbucketCloudApi.java#L105
https://github.com/jenkinsci/blueocean-plugin/blob/239e00a4577564b37ac7bd1b7c90d25a71937c3f/blueocean-bitbucket-pipeline/src/main/java/io/jenkins/blueocean/blueocean_bitbucket_pipeline/cloud/BitbucketCloudApi.java#L137
So these have to be changed to “workspaces”. Perhaps references to “owner” have to be changed as well.
I don’t intend to work on that.
around have 120 repositories in Bitbucket, if used other repositories in other project, it works
i am use docker jenkins:lts
i tried docker jenkinsci/blueocean images to show problem, have same issue