Michael Irwin
Michael Irwin
I don't have any hard numbers, but my experience has been similar. It also depends on the version/installation of Kubernetes. In my experience, using [k3s](https://k3s.io) has reduced that footprint quite...
To make sure I understand correctly, by you adding the token, it works in GitLab, but it fails in Jenkins?
Thanks for the headsup! I apparently had missed those updated, so the reminder is helpful. We'll have to keep it in mind as we prepare for the Stash 4.0 release.
What are you having trouble configuring? The Jenkins URL? If so, this URL will be the root of your Jenkins instance. For example, if your Jenkins server is found at...
Ok. Thanks for the clarification. I wasn't quite sure what it was you were asking for before. I'll put this into consideration for future development.
RepositoryChangeListener should not block the event thread(s) while sending notifications to Jenkins
Hello fellow Michael! Thanks for the heads up. Looking at the RepositoryChangeListener, as well as all the other event listeners, if an event notification is to be sent, the event...
RepositoryChangeListener should not block the event thread(s) while sending notifications to Jenkins
Any luck on your debugging?
Great suggestion! I'd have to look for the right event to listen to, but I imagine this wouldn't be too difficult to pull off. Do you know if Jenkins will...
The reason this was added was to prevent a broken URL if a repository was renamed, stash host was renamed, etc. Previously, the URL was determined at config time and...
I'm sorry I didn't get back to comment on this pull request. My only hesitation in merging this right now is that only 10% of the Stash instances using the...