jx create branchpattern
jx create branchpattern
Create a git branch pattern for your team
Synopsis
Create a git branch pattern for your team.
The pattern should match all the branches you wish to automate CI/CD on when creating or importing projects.
For more documentation see: https://jenkins-x.io/docs/using-jx/creating/import/#branch-patterns
jx create branchpattern [flags]
Examples
# Create a branch pattern for your team
jx create branch pattern "master|develop|PR-.*"
Options
-h, --help help for branchpattern
Options inherited from parent commands
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
--verbose Enables verbose output
SEE ALSO
- jx create - Create a new resource
Auto generated by spf13/cobra on 14-Dec-2019
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified December 14, 2019: release 0.0.1346 (dcfae35)