Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.89 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.89 KB

circleci-status

CircleCI Status is a VSCode extension to check CircleCI build status.

Usage

  • Set up CircleCi project and put YAML file to .circleci/config.yml.
  • Set vscode configuration.
    • circleciStatus.apiToken is required. See this page for getting API token.
    • circleciStatus.projectName is optional. Defaults to your workspace folder name. If it's diffrent from CircleCi project name, you need to set this configuration to that name.
    • circleciStatus.userName is optional. Defaults to username from API result. If you want to work on organization reposiroy, you need to set this configuration to organization name.
{
    "circleciStatus.apiToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "circleciStatus.projectName": "circleci-status",
    "circleciStatus.userName": "kuromoka"
}

Features

Latest build status on status bar

Here is SUCCESS status. Also supporting other status(RUNNING, FAILED etc...)

This status is auto-reloading by 1 minute.

Latest build status on status bar

Additional features

By clicking build status, you can use additional features.

additional _features3

Retry latest build

You cau retry latest build.

Open latest build url

Open latest build url on CircleCI.

Show build list

Show build list include past builds. Open the build url when you chos one of these.

Show build list

Feedback

Feel free to open issue or contact @kuromoka16.

License

MIT