Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkinsfile uses outdated publishCoverage, should use recordCoverage #716

Open
MarkEWaite opened this issue Dec 29, 2023 · 2 comments
Open
Labels
bug Something isn't working

Comments

@MarkEWaite
Copy link

MarkEWaite commented Dec 29, 2023

Jenkins and plugins versions report

Environment
Jenkinsfile as used on ci.jenkins.io and other CI environments

What Operating System are you using (both controller, and any agents involved in the problem)?

Ubuntu Linux 22.04

Reproduction steps

  1. Confirm that the Jenkinsfile is using publishCoverage instead of recordCoverage. See the code coverage api plugin for the note that the publishCoverage task is deprecated

Expected Results

Use recordCoverage to report code coverage results rather than using publishCoverage so that we can eventually remove the code coverage API plugin from ci.jenkins.io

Actual Results

publishCoverage is used instead of recordCoverage.

Anything else?

N/A

Are you interested in contributing a fix?

No response

@MarkEWaite MarkEWaite added the bug Something isn't working label Dec 29, 2023
@jonesbusy
Copy link

There is already a PR open but never merged : #709

@oleg-nenashev
Copy link
Member

Indeed, now it's merged. Thanks for raising it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants