-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Kubernetes Environment (kubernets plugin)
cloudbees-bitbucket-branch-source
When using the cloudbees-bitbucket-branch-source plugin a checkout via ssh is no longer possible.
The environment is configured to use a HTTP Access Token to access the repository. Cloning is only possible via SSH.
The Jenkins Job has a "Checkout over SSH" behavior with the corresponding private key.
The build fail with the reason: Permission denied (publickey).
Downgrading the git plugin to version 5.4.1 fixes the issue.
- is related to
-
JENKINS-73797 Git checkout of Bitbucket multibranch Pipelines fails when using ssh
- Resolved