jenkinsci / gogs-webhook-plugin

Jenkins Gogs Webhook
https://plugins.jenkins.io/gogs-webhook/
MIT License
79 stars 42 forks source link

branch filter support #49

Closed chenz85 closed 5 years ago

chenz85 commented 5 years ago

description

add a branch filter to jenkins job, only push event with matched ref name should trigger job.

Types of changes

Further comments

sanderv32 commented 5 years ago

Is this still work in progress or can this be merged? Also can you write a test for this new feature?

chenz85 commented 5 years ago

i have test in local server and works fine. i will write a test for it later today.

chenz85 commented 5 years ago

Is this still work in progress or can this be merged? Also can you write a test for this new feature?

i have added test case to branch filter. and i changed default filter to empty so it will compatible prev version.

sanderv32 commented 5 years ago

The checks are green, so if you're ready i can merge

chenz85 commented 5 years ago

The checks are green, so if you're ready i can merge

that will be great. i think this feature is very useful.

urusha commented 5 years ago

@sanderv32 Could it be released, please, or where could I find master build?