-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
22 lines (22 loc) · 773 Bytes
/
plugin.json
File metadata and controls
22 lines (22 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "workflow-plugin-ci-generator",
"version": "0.0.0",
"description": "CI/CD config generator for GitHub Actions, GitLab CI, Jenkins, and CircleCI",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "core",
"private": false,
"minEngineVersion": "0.68.0",
"keywords": ["ci", "cd", "github-actions", "gitlab-ci", "jenkins", "circleci", "devops", "infrastructure"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-ci-generator",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-ci-generator",
"capabilities": {
"configProvider": false,
"moduleTypes": [],
"stepTypes": [
"step.ci_generate"
],
"triggerTypes": []
}
}