[PROP-2199] Fix: NoSuchMethod in JobRunParserService causing some jobs not to be reported #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[PROP-2199] Fix: related to missing method in dependency
ADD: Using SCMTrigger id for GitHubPushCause
java.lang.NoSuchMethodError: 'java.lang.Object com.google.common.base.Objects.firstNonNull(java.lang.Object, java.lang.Object)' at io.levelops.plugins.commons.service.JobRunParserService.getUserCauseUser(JobRunParserService.java:239) at io.levelops.plugins.commons.service.JobRunParserService.buildTriggerChain(JobRunParserService.java:308) at io.levelops.plugins.commons.service.JobRunParserService.buildTriggerChain(JobRunParserService.java:330) at io.levelops.plugins.commons.service.JobRunParserService.parseJobRun(JobRunParserService.java:277) at io.levelops.plugins.levelops_job_reporter.extensions.LevelOpsRunListener.onFinalized(LevelOpsRunListener.java:142) at hudson.model.listeners.RunListener.lambda$fireFinalized$3(RunListener.java:244) at jenkins.util.Listeners.lambda$notify$0(Listeners.java:59) at jenkins.util.Listeners.notify(Listeners.java:67) at hudson.model.listeners.RunListener.fireFinalized(RunListener.java:242) at hudson.model.Run.onEndBuilding(Run.java:2062) at hudson.model.Run.execute(Run.java:1969) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) at hudson.model.ResourceController.execute(ResourceController.java:107) at hudson.model.Executor.run(Executor.java:449)