Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-74848

Issue in config.xml CannotResolveClassException: com.cloudbees.jenkins.plugins.bitbucket.MergeWithGitSCMExtension

    • 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 

       

       

          [JENKINS-74848] Issue in config.xml CannotResolveClassException: com.cloudbees.jenkins.plugins.bitbucket.MergeWithGitSCMExtension

          Mark Waite added a comment -

          The issue is caused by the removal of src/main/java/com/cloudbees/jenkins/plugins/bitbucket/MergeWithGitSCMExtension.java from release 906.vedf430cb_4481 as a result of pull request 898.

          It is unrelated to git plugin 5.6.0

          Mark Waite added a comment - The issue is caused by the removal of src/main/java/com/cloudbees/jenkins/plugins/bitbucket/MergeWithGitSCMExtension.java from release 906.vedf430cb_4481 as a result of pull request 898 . It is unrelated to git plugin 5.6.0

          Sebastien added a comment -

          Thank you very much markewaite, I responded to the thread.

          Sebastien added a comment - Thank you very much markewaite , I responded to the thread.

          Nikolas Falco added a comment -

          seb_msh I had provide a fix and test manually. Details here

          Can you perform a quick test with this incremental build?
          https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/plugins/cloudbees-bitbucket-branch-source/911.vd3cdb_5d08158/

          Nikolas Falco added a comment - seb_msh I had provide a fix and test manually. Details here Can you perform a quick test with this incremental build? https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/plugins/cloudbees-bitbucket-branch-source/911.vd3cdb_5d08158/

          Sebastien added a comment -

          Unfortunately, I don't have a test CI/CD pipeline. Therefore I can only test after updating the plugin version the production environment.

          Sebastien added a comment - Unfortunately, I don't have a test CI/CD pipeline. Therefore I can only test after updating the plugin version the production environment.

            nfalco Nikolas Falco
            seb_msh Sebastien
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: