-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: bitbucket-branch-source-plugin
-
Environment:Jenkins 2.479.1 Git Plugin 5.6.0
-
912.v3b_f74026941c
After upgrading to Git 5.6.0, the config.xml was invalid:
CannotResolveClassException: com.cloudbees.jenkins.plugins.bitbucket.MergeWithGitSCMExtension
To fix it replace:
Â
<com.cloudbees.jenkins.plugins.bitbucket.MergeWithGitSCMExtension plugin="cloudbees-bitbucket-branch-source@886.v44cf5e4ecec5">
By:
jenkins.plugins.git.MergeWithGitSCMExtension
Â
Â