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

Feature: Make commit status context configurable #76

Open
HaoTanAtMLB opened this issue Aug 13, 2019 · 2 comments
Open

Feature: Make commit status context configurable #76

HaoTanAtMLB opened this issue Aug 13, 2019 · 2 comments

Comments

@HaoTanAtMLB
Copy link

The Github commit status is currently hard coded to test-coverage-plugin. It would be great if that is a optional parameter when calling the plugin. For example:

step([
    $class: 'CompareCoverageAction', 
    jacocoCounterType: 'INSTRUCTION', 
    publishResultAs: 'statusCheck', 
    statusContext: 'my-custom-commit-status-context', 
    scmVars: [GIT_URL: env.GIT_URL]
])
@HaoTanAtMLB HaoTanAtMLB changed the title Make Commit Status Context Configurable Feature: Make Commit Status Context Configurable Aug 13, 2019
@HaoTanAtMLB HaoTanAtMLB changed the title Feature: Make Commit Status Context Configurable Feature: Make commit status context configurable Aug 13, 2019
@ferndot
Copy link

ferndot commented Jan 27, 2020

This would be quite nice!

@isokolovskii
Copy link

Bump, would be great to have this kind of configuration

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

3 participants