Details
-
Type:
Bug
-
Status: Fixed but Unreleased (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: configuration-as-code-plugin, github-branch-source-plugin
-
Labels:None
-
Environment:Jenkins 2.144
-
Similar Issues:
Description
branchSources { branchSource { source { github { ... traits { sshCheckoutTrait { credentialsId(CHECKOUT_SSH_CREDENTIALS_ID) } } } } } }
Leads to:
Found multiple extensions which provide method sshCheckoutTrait with arguments [test_seed$_run_closure1$_closure2$_closure3$_closure4$_closure5$_closure6$_closure7@47c1791b]: [[com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait, org.jenkinsci.plugins.github_branch_source.SSHCheckoutTrait]]
Attachments
Issue Links
- is related to
-
JENKINS-45860 Support traits for ScmNavigators
-
- Closed
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | configuration-as-code-plugin [ 23170 ] |
Description |
branchSources { branchSource { source { github { ... traits { sshCheckoutTrait { credentialsId(CHECKOUT_SSH_CREDENTIALS_ID) } } } } } } Leads to: Found multiple extensions which provide method sshCheckoutTrait with arguments [test_seed$_run_closure1$_closure2$_closure3$_closure4$_closure5$_closure6$_closure7@47c1791b]: [[com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait, org.jenkinsci.plugins.github_branch_source.SSHCheckoutTrait]] |
{{branchSources { branchSource { source { github { ... traits { sshCheckoutTrait { credentialsId(CHECKOUT_SSH_CREDENTIALS_ID) } } } } } } }} Leads to: Found multiple extensions which provide method sshCheckoutTrait with arguments [test_seed$_run_closure1$_closure2$_closure3$_closure4$_closure5$_closure6$_closure7@47c1791b]: [[com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait, org.jenkinsci.plugins.github_branch_source.SSHCheckoutTrait]] |
Description |
{{branchSources { branchSource { source { github { ... traits { sshCheckoutTrait { credentialsId(CHECKOUT_SSH_CREDENTIALS_ID) } } } } } } }} Leads to: Found multiple extensions which provide method sshCheckoutTrait with arguments [test_seed$_run_closure1$_closure2$_closure3$_closure4$_closure5$_closure6$_closure7@47c1791b]: [[com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait, org.jenkinsci.plugins.github_branch_source.SSHCheckoutTrait]] |
{code:groovy} branchSources { branchSource { source { github { ... traits { sshCheckoutTrait { credentialsId(CHECKOUT_SSH_CREDENTIALS_ID) } } } } } } {code} Leads to: Found multiple extensions which provide method sshCheckoutTrait with arguments [test_seed$_run_closure1$_closure2$_closure3$_closure4$_closure5$_closure6$_closure7@47c1791b]: [[com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait, org.jenkinsci.plugins.github_branch_source.SSHCheckoutTrait]] |
Remote Link | This issue links to "github-branch-source PR #228 (Web Link)" [ 23119 ] |
Link |
This issue is related to |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Fixed but Unreleased [ 10203 ] |