Skip to content

timostroehlein/bitrise-step-bitbucket-integration-eslint

 
 

Repository files navigation

bitbucket-integration-eslint

runs eslint and posts issues to bitbucket server

How to use this Step

Can be run directly with the bitrise CLI, just git clone this repository, cd into it's folder in your Terminal/Command Line and call bitrise run test.

Check the bitrise.yml file for required inputs which have to be added to your .bitrise.secrets.yml file!

examples data based on url of your project: https://bitbucket.your-company.com/projects/FOO/repos/foo-app

- git::https://github.com/WookieFPV/bitrise-step-bitbucket-integration-eslint.git:
        inputs:
        - PROJECT_ID: "$PROJECT_ID"
        - REPORT_NAME: com.wookiefpv.eslintreporter
        - BITBUCKET_SERVER_URL: "$BITBUCKET_SERVER_URL"
        title: bitbucket ESLint integration
        is_always_run: true


Secrets: 
    BITBUCKET_SERVER_TOKEN = "examplePersonalToken" # (View Profile -> Manage Account -> HTTP access tokens with just READ permissions)

Env Vars:
    BITBUCKET_SERVER_URL = "https://bitbucket.your-company.com"
    PROJECT_ID = "FOO"



About

bitrise.io step that executes ESLint and send all issues to bitbucket server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%