Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update plugin list #958

Merged
merged 2 commits into from
Aug 8, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/plugins/jenkins-github-integ.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ tools:
# release name of the jenkins helm chart, mandatory
releaseName:
# GitHub repo where to put the pipeline script and project. mandatory
githubRepoUrl: https://github.com/aFlyBird0/jenkins-file-test
githubRepoUrl: https://github.com/xxx/xxx
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it is better to use some placeholder like YOUR_GITHUB_ACCOUNT/YOUR_TEST_PROJECT_NAME here.

Copy link
Member Author

@aFlyBird0 aFlyBird0 Aug 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, but this tends to trigger bad links checks. Maybe we could add a . *YOUR.* link ignore rule?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, but this tends to trigger bad links checks. Maybe we could add a . *YOUR.* link ignore rule?

Oh, I got it. Let me merge this pr first. And I think it's ok to add .*YOUR_.* ignore rule. @aFlyBird0

adminList:
- aFlyBird0
- YOUR_GITHUB_USERNAME
```

38 changes: 20 additions & 18 deletions docs/plugins/plugins-list.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# Plugins List

| Type | Plugin | Note | Usage/Doc |
|--------------------------------|--------------------------------|--------------------------------|------------------------------------------|
| Issue Tracking | trello-github-integ | Trello/GitHub integration | [doc](trello-github-integ.md) |
| Issue Tracking | trello | Trello | [doc](trello.md) |
| Issue Tracking | jira-github-integ | Jira/GitHub integration | [doc](jira-github-integ.md) |
| Source Code Management | repo-scaffolding | App scaffolding | [doc](repo-scaffolding.md) |
| CI | jenkins | Jenkins installation | [doc](jenkins.md) |
| CI | githubactions-golang | GitHub Actions CI for Golang | [doc](githubactions-golang.md) |
| CI | githubactions-python | GitHub Actions CI for Python | [doc](githubactions-python.md) |
| CI | githubactions-nodejs | GitHub Actions CI for Nodejs | [doc](githubactions-nodejs.md) |
| CI | gitlabci-golang | GitLab CI for Golang | [doc](gitlabci-golang.md) |
| CI | gitlabci-generic | Generic GitLab CI | [doc](gitlabci-generic.md) |
| CD/GitOps | argocd | ArgoCD installation | [doc](argocd.md) |
| CD/GitOps | argocdapp | ArgoCD Application creation | [doc](argocdapp.md) |
| Monitoring | kube-prometheus | Prometheus/Grafana K8s install | [doc](kube-prometheus.md) |
| Observability | devlake | DevLake installation | [doc](devlake.md) |
| LDAP | openldap | OpenLDAP installation | [doc](openldap.md) |
| Secrets/Credentials Management | hashicorp-vault | Hashicorp Vault installation | [doc](hashicorp-vault.md) |
| Type | Plugin | Note | Usage/Doc |
|--------------------------------|-----------------------------|--------------------------------|---------------------------------------|
| Issue Tracking | trello-github-integ | Trello/GitHub integration | [doc](trello-github-integ.md) |
| Issue Tracking | trello | Trello | [doc](trello.md) |
| Issue Tracking | jira-github-integ | Jira/GitHub integration | [doc](jira-github-integ.md) |
| Source Code Management | repo-scaffolding | App scaffolding | [doc](repo-scaffolding.md) |
| CI | jenkins | Jenkins installation | [doc](jenkins.md) |
| CI | jenkins-pipeline-kubernetes | Create Jenkins Pipeline | [doc](jenkins-pipeline-kubernetes.md) |
| CI | jenkins-github-integ | Jenkins/GitHub integration | [doc](jenkins-github-integ.md) |
| CI | githubactions-golang | GitHub Actions CI for Golang | [doc](githubactions-golang.md) |
| CI | githubactions-python | GitHub Actions CI for Python | [doc](githubactions-python.md) |
| CI | githubactions-nodejs | GitHub Actions CI for Nodejs | [doc](githubactions-nodejs.md) |
| CI | gitlabci-golang | GitLab CI for Golang | [doc](gitlabci-golang.md) |
| CI | gitlabci-generic | Generic GitLab CI | [doc](gitlabci-generic.md) |
| CD/GitOps | argocd | ArgoCD installation | [doc](argocd.md) |
| CD/GitOps | argocdapp | ArgoCD Application creation | [doc](argocdapp.md) |
| Monitoring | kube-prometheus | Prometheus/Grafana K8s install | [doc](kube-prometheus.md) |
| Observability | devlake | DevLake installation | [doc](devlake.md) |
| LDAP | openldap | OpenLDAP installation | [doc](openldap.md) |
| Secrets/Credentials Management | hashicorp-vault | Hashicorp Vault installation | [doc](hashicorp-vault.md) |

Or, to get a list of plugins, run:

Expand Down