From 6e03555b49ef8216031360b88518ff95a11e2280 Mon Sep 17 00:00:00 2001 From: Ivan Shmidt Date: Tue, 19 May 2020 14:57:30 +0200 Subject: [PATCH] Update README.md --- plugins/circleci/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/circleci/README.md b/plugins/circleci/README.md index e3748fa0ac..2dcc137a47 100644 --- a/plugins/circleci/README.md +++ b/plugins/circleci/README.md @@ -42,11 +42,11 @@ export { plugin as Circleci } from '@backstage/plugin-circleci'; - List top 50 builds for a project - Dive into one build to see logs -- Polling +- Polling (logs only) - Retry builds +- Works for both project and personal tokens +- Pagination for builds ## Limitations -- Currently working only with project token (personal credentials WIP) -- Currently only top 50 builds in table view - CircleCI has pretty strict rate limits per token, be careful with opened tabs