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

coverageColumn() cannot be used in listView DSL #117

Open
krotscheck opened this issue Oct 24, 2019 · 1 comment
Open

coverageColumn() cannot be used in listView DSL #117

krotscheck opened this issue Oct 24, 2019 · 1 comment

Comments

@krotscheck
Copy link

When trying to use the listView() jenkins job DSL, the following error is thrown:

Processing provided DSL script
ERROR: Found multiple extensions which provide method coverageColumn with arguments []: [hudson.plugins.cobertura.CoverageColumn, io.jenkins.plugins.coverage.CoverageColumn]
Finished: FAILURE

Here's a simple DSL invocation that shows the problem.

    listView('MyListView') {
        jobs {
            ...
        }
        columns {
            status()
            coverageColumn()
            name()
            lastSuccess()
            lastFailure()
            lastDuration()
            buildButton()
        }
    }
@JacobPotter
Copy link

I am also running into this issue, should coverageColumn be called with arguments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants