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

Git SCM Source's credentials field is not supposed to be transient

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • git-plugin
    • None
    • SCM API Plugin (2.2.0 and 2.2.0-beta1)
      Git plugin (3.4.0 and 3.4.0-beta2)
      Pipeline: Shared Groovy Libraries (2.8)

      After update our servers to the recent Bitbucket Branch Source Plugin beta and now to the latest release version we have an issue on the "Pipeline: Shared Groovy Libraries" plugin.

      We had define some pipeline library (one repo with 3 version/branches) in the Configure Jenkins page. All of them are configured to use Modern SCM of kind git and use an SSH credentials.

      Every restart of jenkins instance (for example after update plugins) the pipeline library plugin forgots the SSH credentials field and this cause authentication failure of "git fetch" command in all multibranch jobs.

      The problem raised with the beta version of the plugin (now the same in released version).

          [JENKINS-45598] Git SCM Source's credentials field is not supposed to be transient

          I suspect this is a duplicate / side-effect of JENKINS-45466

          Stephen Connolly added a comment - I suspect this is a duplicate / side-effect of  JENKINS-45466

          Stephen Connolly added a comment - - edited

          Could you confirm if the attached -SNAPSHOT build of workflow-cps-global-lib plugin resolves the issue for you?

          Nevermind, found the root cause, the credentialsId field in the git plugin was mistakenly marked transient.

          Git plugin version 3.4.1 being released ATM

          Stephen Connolly added a comment - - edited Could you confirm if the attached -SNAPSHOT  build of workflow-cps-global-lib plugin resolves the issue for you? Nevermind, found the root cause, the credentialsId field in the git plugin was mistakenly marked transient. Git plugin version 3.4.1 being released ATM

          Stephen Connolly added a comment - https://github.com/jenkinsci/git-plugin/commit/4d4635df05b59ea601f651eb72e6966a2c0e14a4

          Joseph Petersen (old) added a comment - - edited

          Woops  good catch

          Was made transient in PR 494

          Joseph Petersen (old) added a comment - - edited Woops  good catch Was made transient in PR 494

          Nikolas Falco added a comment -

          I do not open this bug to workflow-cps-global-lib-plugin component because the jelly demands scm to the <f:descriptorRadioList> and because with previous version of git and scm-api I got the same UI issue but persistence works.

          Anyway I'm happy this is fixed _

          Nikolas Falco added a comment - I do not open this bug to workflow-cps-global-lib-plugin component because the jelly demands scm to the <f:descriptorRadioList> and because with previous version of git and scm-api I got the same UI issue but persistence works. Anyway I'm happy this is fixed _

            stephenconnolly Stephen Connolly
            nfalco Nikolas Falco
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: