-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
branch filter support #49
Conversation
… from jenkins project property, skip trigger job. if ref or branch filter is empty, or branch filter is '*', treat as matched.
Is this still work in progress or can this be merged? Also can you write a test for this new feature? |
i have test in local server and works fine. i will write a test for it later today. |
…nfig.jelly to set branch filter check status; 2. remove default value of branch filter
i have added test case to branch filter. and i changed default filter to empty so it will compatible prev version. |
The checks are green, so if you're ready i can merge |
that will be great. i think this feature is very useful. |
@sanderv32 Could it be released, please, or where could I find master build? |
description
add a branch filter to jenkins job, only push event with matched ref name should trigger job.
Types of changes
Further comments
"branch filter"
field in job config, default value set to"master"
"branch filter"
to empty or"*"
, means to handle any ref in this job"branch filter"