jenkinsci / jenkinsci/credentials-plugin

[JENKINS-53152] MultiBranch Pipeline repository scan broken

Open
#819 1 comment 0 reactions 0 assignees View on GitHub
component:credentials-plugin imported-jira-issue priority:critical resolution:unresolved
Dominant language
Java
Stars
134
Forks
258
Avg merge
48m
Merged PRs (30d)
1

Description

Setup:


  • multibranch pipeline based on subversion 1.8


  • after upgrading to credentials-plugin 2.1.18, my project is not scanned anymore, eventually displayed "NOT_BUILT". related log:

    Aug 20, 2018 7:45:00 AM jenkins.branch.MultiBranchProject$BranchIndexing run INFO: MY_MULTIBRANCH #20180820.074500 branch indexing action completed: NOT_BUILT in 47 ms Aug 20, 2018 7:45:00 AM hudson.model.Executor finish1 SEVERE: Executor threw an exception java.lang.LinkageError: com/cloudbees/plugins/credentials/domains/URIRequirementBuilder     at jenkins.scm.impl.subversion.SubversionSCMSource.openSession(SubversionSCMSource.java:337)     at jenkins.scm.impl.subversion.SubversionSCMSource.retrieve(SubversionSCMSource.java:240)     at jenkins.scm.api.SCMSource._retrieve(SCMSource.java:357)     at jenkins.scm.api.SCMSource.fetch(SCMSource.java:267)     at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:633)     at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:276)     at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:165)     at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1024)     at hudson.model.ResourceController.execute(ResourceController.java:97)     at hudson.model.Executor.run(Executor.java:429)
    

  • downgrading credentials plugin to 2.1.17 made it run/build again

---
Originally reported by kgiloo, imported from: MultiBranch Pipeline repository scan broken


  • status: Open
  • priority: Critical
  • component(s): credentials-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 2
  • imported: 2025-12-08

Raw content of original issue

Setup:


  • multibranch pipeline based on subversion 1.8


  • after upgrading to credentials-plugin 2.1.18, my project is not scanned anymore, eventually displayed "NOT_BUILT". related log:

    Aug 20, 2018 7:45:00 AM jenkins.branch.MultiBranchProject$BranchIndexing run INFO: MY_MULTIBRANCH #20180820.074500 branch indexing action completed: NOT_BUILT in 47 ms Aug 20, 2018 7:45:00 AM hudson.model.Executor finish1 SEVERE: Executor threw an exception java.lang.LinkageError: com/cloudbees/plugins/credentials/domains/URIRequirementBuilder     at jenkins.scm.impl.subversion.SubversionSCMSource.openSession(SubversionSCMSource.java:337)     at jenkins.scm.impl.subversion.SubversionSCMSource.retrieve(SubversionSCMSource.java:240)     at jenkins.scm.api.SCMSource._retrieve(SCMSource.java:357)     at jenkins.scm.api.SCMSource.fetch(SCMSource.java:267)     at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:633)     at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:276)     at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:165)     at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1024)     at hudson.model.ResourceController.execute(ResourceController.java:97)     at hudson.model.Executor.run(Executor.java:429)
    


  • downgrading credentials plugin to 2.1.17 made it run/build again


environment

```
jenkins 2.133 Debian GNU/Linux 9 (stretch)

credentials plugin 2.1.18

Pipeline Multibranch plugin 2.20
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.