https://github.com/jenkinsci/workflow-multibranch-plugin
https://github.com/jenkinsci/workflow-multibranch-plugin
jenkins-pipeline
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenkinsci/workflow-multibranch-plugin
- Owner: jenkinsci
- Created: 2016-04-05T20:28:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T13:37:16.000Z (6 months ago)
- Last Synced: 2025-04-04T02:08:35.939Z (6 months ago)
- Topics: jenkins-pipeline
- Language: Java
- Homepage: https://plugins.jenkins.io/workflow-multibranch/
- Size: 1010 KB
- Stars: 81
- Watchers: 105
- Forks: 127
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pipeline: Multibranch
## Introduction
Enhances Pipeline plugin to handle branches better by automatically
grouping builds from different branches.Automatically creates a new Jenkins job whenever a new branch is pushed
to a source code repository.
Other plugins can define various branch types, e.g. a Git branch, a
Subversion branch, a GitHub Pull Request etc.See this blog post for more
info:## Notes
To determine the branch being built - use the environment variable
`BRANCH_NAME` - e.g. `${env.BRANCH_NAME}`## Version History
For version 2.23 and beyond, see the [GitHub releases](https://github.com/jenkinsci/workflow-multibranch-plugin/releases) list.
For older versions, see the [archive](https://github.com/jenkinsci/workflow-multibranch-plugin/blob/2e067658d86895c4c22005c4022cca53f65f98c1/CHANGELOG.md).