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 all commits
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
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ https://fonts.gstatic.com/
.*bar.*
.*xxx.*
.*example.*
.*YOUR.*
https://id.atlassian.net
https://JIRA_ID.atlassian.net
https://jira_id.atlassian.net
Expand Down
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/YOUR_GITHUB_ACCOUNT/YOUR_TEST_PROJECT_NAME
adminList:
- aFlyBird0
- YOUR_GITHUB_USERNAME
```

2 changes: 1 addition & 1 deletion docs/plugins/jenkins-pipeline-kubernetes.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ tools:
# path to the pipeline file, relative to the git repo root directory. default: Jenkinsfile
pipelineScriptPath: Jenkinsfile
# github repo url where the pipeline script is located. mandatory
githubRepoUrl: https://github.com/xxx/xxx.git
githubRepoUrl: https://github.com/YOUR_GITHUB_ACCOUNT/YOUR_TEST_PROJECT_NAME.git
```

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
2 changes: 1 addition & 1 deletion internal/pkg/show/config/plugins/jenkins-github-integ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ 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/xxx/repo
githubRepoUrl: https://github.com/YOUR_GITHUB_ACCOUNT/YOUR_TEST_PROJECT_NAME
# list of GitHub admin users
adminList: []
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ tools:
# path to the pipeline sript file path, relative to the git repo root directory. default: Jenkinsfile
pipelineScriptPath: Jenkinsfile
# github repo url where the pipeline script is located. mandatory
githubRepoUrl: https://github.com/xxx/xxx.git
githubRepoUrl: https://github.com/YOUR_GITHUB_ACCOUNT/YOUR_TEST_PROJECT_NAME.git