We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have some problems setting up Jenkins-X with Bitbucket Server in my org.
The git URL of the Jenkins-X cluster settings is: https://myorg.com/bitbucket/scm/myteam/jx3-kubernetes.git
in the jx-requirements.yml I have the following values:
environmentGitOwner: myteam gitKind: bitbucketserver gitServer: https://myorg.com/bitbucket
When I execute jx project import I get the error: no --git-kind supplied for server https://myorg.com so assuming kind is github
jx project import
When I use jx project import --git-kind bitbucketserver I get the error: error: failed to clone dev env git repository: failed to clone dev environment git repository https://myorg.com/bitbucket/scm/bitbucket/jx3-kubernetes.git
jx project import --git-kind bitbucketserver
The reason for that seems to be a commit by the git operator with the message "chore: regenerated". This commits adds the following settings:
environments: - key: dev owner: bitbucket repository: jx3-kubernetes
The value gets always reset if I change the owner to myteam.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have some problems setting up Jenkins-X with Bitbucket Server in my org.
The git URL of the Jenkins-X cluster settings is:
https://myorg.com/bitbucket/scm/myteam/jx3-kubernetes.git
in the jx-requirements.yml I have the following values:
When I execute
jx project import
I get the error:no --git-kind supplied for server https://myorg.com so assuming kind is github
When I use
jx project import --git-kind bitbucketserver
I get the error:error: failed to clone dev env git repository: failed to clone dev environment git repository https://myorg.com/bitbucket/scm/bitbucket/jx3-kubernetes.git
The reason for that seems to be a commit by the git operator with the message "chore: regenerated". This commits adds the following settings:
The value gets always reset if I change the owner to myteam.
The text was updated successfully, but these errors were encountered: