mohamicorp / stash-jenkins-postreceive-webhook

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

Notify isn't triggered (in branch) #40

Closed CSchulz closed 10 years ago

CSchulz commented 10 years ago

Hello,

I have installed yesterday your hook, which looks very good (great work!), but it seems that no notify is triggered after a commit into a branch. I am using Stash 2.8.4. In the configuration of the hook all work fine and it is possible to trigger a polling.

I have enabled debug output for the Notifier and JenkinsResource class, but I get no output when committing something. It makes no difference using an administrative account or a normal user. It seems like the Notifier class isn't called at all. No exceptions or similar can be found. I don't know how to activate the debug log for the Hook Service otherwise I had looked into its log.

What could be wrong?

CSchulz commented 10 years ago

For some reasons the hook scripts hasn't the executable flag. Damnit. :/