-
-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
From Jenkins pipeline, I am attempting to use Bitbucket Comment Reporter, to post information to improve the DEV experience. Although the pipeline succeeds, no comment is posted to the pull request.
To Reproduce
Steps to reproduce the behavior:
- Set
BITBUCKET_REPO_ACCESS_TOKENenvironment variable to fetch token from Jenkins credentials:
environment {
BITBUCKET_REPO_ACCESS_TOKEN = credentials('credential-id')
}
- Add the following to .mega-linter.yml
BITBUCKET_COMMENT_REPORTER: true
BITBUCKET_COMMENT_REPORTER_OVERWRITE_COMMENT: true
- Submit PR and let Jenkins build run
Expected behavior
Megalinter should add a comment to PR with table shown in pipeline logs
Screenshots
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working