|
The line numbers are different (that was to be expected, I guess), but the stack frames themselves are the same, according to a quick diff.
There were no config changes that I can see: I ran apt-get install jenkins to upgrade that package only, then ran the plugin upgrade for all plugin from within Jenkins, and after a restart, I tried the "test webhook" from within our Gitlab installation to verify operation, and that's when I encountered the error. The server is running Debian GNU/Linux testing (stretch), though it may or may not factor into the issue.
I tried checking out the master branch for the scm-api plugin and the git-plugin, and building both locally, to no result: the scm-api plugin was verified to contain the offending class SCMSourceOwners, but nothing changed, while the git-plugin refused to build due to test failures in classes that had to do with the remote SCM polling and triggers (though I may not have prepared the build properly). I'm a little vague on this point, but I'm no longer near the dev machine to check the test reports again.
I hope I managed to help with the extra data, but if anything else is needed, I'll try to provide it.
|