Dragan Marjanovic
Dragan Marjanovic
**Describe the bug** OpenLens 6.3.0 on macOS does not show pods and config/network/storage sections are empty, all work fine in 6.2.6. **To Reproduce** Steps to reproduce the behavior: 1. git...
We see: ``` Unknown parameter(s) found for class type 'com.github.terma.jenkins.githubprcoveragestatus.CompareCoverageAction': jacocoCounterType ``` when using documented approach from [README.md](https://github.com/jenkinsci/github-pr-coverage-status-plugin/blob/master/README.md#how-to-use-with-jenkins-pipelines): ``` if ('SUCCESS' == currentBuild.currentResult) { currentBuild.result = 'SUCCESS' step([$class: 'CompareCoverageAction', jacocoCounterType:...