jenkinsci / gogs-webhook-plugin

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

Rectifying PayloadProcessor job trigger #28

Closed moutameni closed 7 years ago

moutameni commented 7 years ago

When you trigger a job using payloadProcessor class, you forgot to send the multibranch name and the pushed branch, so i just rectified this part.

rossigee commented 7 years ago

This patch doesn't appear to fix/change anything functional as far as I can see. Unless I'm missing something, it just changes/clarifies a variable name. What is passed to PayloadProcessor would be the same before/after the patch.

sanderv32 commented 7 years ago

I also don't see any other change then a change on variable name. Maybe @moutameni forgot to push some other changes as well but I'm not going to merge this PR.