jenkinsci / jenkinsci/gitlab-branch-source-plugin
No longer works without secret token
Open
- Dominant language
- Java
- Stars
- 134
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
The new plugin version 1.5.2/1.5.3 no longer works without a configured secret token compared to 1.5.1.
No events trigger a build anymore, only a manual scan does.
Reverting to 1.5.1 restores old behavior.
```
Jan 04, 2021 7:22:21 PM WARNING hudson.init.impl.InstallUncaughtExceptionHandler handleException
Caught unhandled exception with ID bed65132-413c-4a4e-80a9-00e4d02567b4
java.lang.Exception: Expecting a valid secret token
at org.kohsuke.stapler.HttpResponses.error(HttpResponses.java:91)
at io.jenkins.plugins.gitlabbranchsource.GitLabWebHookAction.doPost(GitLabWebHookAction.java:75)
```
Contributor guide
Assessment
This issue has not been assessed yet.