-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 9.2.18, 9.6.6, 10.0.1
-
Component/s: Repository (Git)
-
None
-
1
-
Severity 1 - Critical
Summary
When using source code checkout task for bitbucket repository with submodules in bamboo on Windows(with windows remote agent), the source code checkout task for submodule fails . This is a fallout from the fix applied in BAM-25762.
How to Replicate
- Install Bamboo on windows machine and configure windows remote agent(with git capability).
- Create a repository in bitbucket server with submodule/submodules.
- Link the bitbucket repository with use submodule and SSH key applies to submodules options enabled.
- Create a build job with source code checkout task for the repository.
- Source code checkout task which makes use of the temp key copied from bamboo server fails for the submodule git checkout task with below error:
Load key "C:\\Windows\\Temp\\pkey5995430965590491947.tmp": error in libcrypto
Expectation:
Source code checkout task for the submodule repository should be successful.
Workaround:
N/A