Skip to content

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

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

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

Conversation

@jglick

@jglick jglick commented Apr 20, 2018

Copy link
Copy Markdown
Member

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"
      }
    }
  ]
}

@jetersen jetersen left a comment

Copy link
Copy Markdown
Member

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