mohamicorp / stash-jenkins-postreceive-webhook

Webhook used to notify Jenkins when commits are made to Stash
Other
138 stars 100 forks source link

Trigger parameterized builds #129

Open alex131290 opened 9 years ago

alex131290 commented 9 years ago

I have a few jobs, that need to get params, is it possible with this hook pass the params to the build ? Is there any option to provide the the url of the build? Last but not leasr, is there any option to pass the commit message that was pushed? i'm asking this because i have a few jobs in Jenkins that are cloning the same repository, and i want to specify

gepandz commented 8 years ago

This would also help me, as I have a Puppet R10K system that can have dynamic branches that deploy environments, and passing the ref as a param to my Jenkins job would make me happy. Any suggestions would be appreciated. Thanks!