how can use "Filter branches by name " by gitlab plugin on jenkins?
when i write " /master,/dev " on "Include" box,show me this massege :
Following patterns don't match any branch in source repository: */master, */dev
http://s1.picofile.com/file/8284122976/gitlab.png
how can determination branch ?
tnx
hi
my problem is solved :)
in "Filter branches by name " box just must be write branch name whitout */
(master,dev)
@hos7ein i can't understand what you say, I got the same problem. I have tried /*(master) , (master), master. there are not work :(
@Pipikachu look at the below picture :
http://s9.picofile.com/file/8292321584/git_branch.png
I have the same issue here
hi @ehsanagh
look at this link :
http://s9.picofile.com/file/8292321584/git_branch.png
Hi, I have the same issue,
please look here.
https://ibb.co/iuUk2F
don't worry @ehsanagh , it's okay and working :)
so it means that errors comes without any specific reason, am I right?
I'm using regex instead of this, that works fine.
Just type the name without */ in filter by branch name
The warning stays but it works without problem
Does any one knows how to filter by branch name using the plugin thought a jenkinsFIle ?
I have the same problem with you, I have no way to solve it锛孖'm using regex instead of this, that works fine.
I know... the regex can work. but it triggers tons of Jenkins-Slaves just because xD
Most helpful comment
Just type the name without */ in filter by branch name
The warning stays but it works without problem