I have a system which has been happily running Stash with the Jenkins Webhook plugin for quite a while. I recently installed the Sonar plugin and started to experience problems. The Jenkins job no longer gets triggered by a push. However, a user can trigger a build manually by using the "Trigger Build" button if the branch has an open pull request.
One relevant detail is the fact that the instructions for configuring the Sonar plugin recommended checking the "Omit SHA1 Hash Code" setting on your repo. I have since reverted that setting and uninstalled the Sonar plugin, but the problem persists.
Anyone have an idea of what might be going on?
I finally found the problem in a log file I had missed. There was an entry containing this error:
com.nerdwin15.stash.webhook.Notifier Error getting Jenkins URL
org.springframework.osgi.service.importer.ServiceProxyDestroyedException: service proxy has been destroyed
I found a somewhat similar problem here:
https://answers.atlassian.com/questions/23765505
and the solution therein worked for me as well
changed the "Repo Clone URL" from "SSH" to "CUSTOM" and specified the exact same (ssh) url.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.