Skip to content

[JENKINS-50777] Also allow an SCMSource to define exported fields#53

Merged
jglick merged 1 commit intojenkinsci:masterfrom
jglick:export-JENKINS-50777
Apr 20, 2018
Merged

[JENKINS-50777] Also allow an SCMSource to define exported fields#53
jglick merged 1 commit intojenkinsci:masterfrom
jglick:export-JENKINS-50777

Conversation

@jglick
Copy link
Copy Markdown
Member

@jglick jglick commented Apr 20, 2018

Complements #52, which added metadata to a build, to allow the repository folder to export (with related PRs, forthcoming):

{
  "_class" : "org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject",
  "sources" : [
    {
      "source" : {
        "_class" : "org.jenkinsci.plugins.github_branch_source.GitHubSCMSource",
        "repoOwner" : "jenkinsci",
        "repository" : "jenkins"
      }
    }
  ]
}

Copy link
Copy Markdown
Member

@jetersen jetersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants