Skip to content

jenkinsci/workflow-multibranch-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

836 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://jenkins.io/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/

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 list. For older versions, see the archive.

About

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

87 stars

Watchers

96 watching

Forks

Packages

 
 
 

Contributors