S
S
stanlee2016-11-17 17:38:51
git
stanlee, 2016-11-17 17:38:51

How to collect feature branches in gitlab ci?

Now going to develop and master branches.
And everything is pouring into combat servers.
I want to set up the build of each feature branch, but I don’t know how to set it up so that gitlab reacts to them.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
TyzhSysAdmin, 2016-11-17
@POS_troi

only:
    - /^feature-.*$/

Well, accordingly, all branches should begin with "feature-"
Like so :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question