Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wookiefpv/bitrise-step-bitbucket-integration-eslint
bitrise.io step that executes ESLint and send all issues to bitbucket server
https://github.com/wookiefpv/bitrise-step-bitbucket-integration-eslint
bitbucket bitrise bitrise-step eslint
Last synced: about 2 months ago
JSON representation
bitrise.io step that executes ESLint and send all issues to bitbucket server
- Host: GitHub
- URL: https://github.com/wookiefpv/bitrise-step-bitbucket-integration-eslint
- Owner: WookieFPV
- License: mit
- Created: 2020-02-27T09:06:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T12:19:18.000Z (12 months ago)
- Last Synced: 2024-06-20T20:06:51.121Z (7 months ago)
- Topics: bitbucket, bitrise, bitrise-step, eslint
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitbucket-integration-eslint
runs eslint and posts issues to bitbucket server
## How to use this Step
Can be run directly with the [bitrise CLI](https://github.com/bitrise-io/bitrise),
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: trueSecrets:
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"