|
1 | 1 | #Codefresh plugins |
2 | 2 |
|
3 | | -Codefresh Plugins are Docker images made especially for use in Codefresh freestyle steps. Each plugin facilitates a common task that would otherwise be difficult to achieve. |
4 | | -See each plugin readme for more info and usage instructions. |
| 3 | +This is a deprecated repository |
5 | 4 |
|
6 | | -##Plugins |
| 5 | +Please see our new plugins repository:https://github.com/codefresh-io/steps |
7 | 6 |
|
8 | | -| Plugin| Description| Tags| |
9 | | -| ---| ---| ---| |
10 | | -|[Helm](plugins/helm/README.md)| Deploy Helm charts|`kubernetes``helm`| |
11 | | -|[Codefresh Cli](plugins/codefresh-cli/README.md)| Operate on Codefresh resources|`cli``codefresh`| |
12 | | -|[Slack](plugins/slack/README.md)| Send message to slack|`slack``notify`| |
13 | | -|[Deploy to ECS](plugins/ecs-deploy/README.md)| Deploy docker image to ECS|`ecs``deploy``containers``aws`| |
14 | | -|[Deploy Kompose](plugins/kompose/README.md)| Deploy Docker Compose to Kubernetes cluster with Kubernetes[Kompose](http://kompose.io)|`docker``docker-compose``kompose``deploy``kubernetes`| |
15 | | -|[GitHub PR](plugins/github-pr/README.MD)| Operates on pull requests on GitHub|`github``pull-request`| |
16 | | -|[Run Jenkins Jobs](plugins/run-jenkins-job/README.md)| Run jenkins job from codefresh pipeline|`jenkins``job`| |
17 | | -|[Deploy to DCOS](plugins/dcos-app-deploy/README.md)| Deploy application image to DC/OS cluster|`dcos``deploy``containers`| |
18 | | -|[Interact with Jira](plugins/jira/README.md)| Interact with Jira from codefresh pipelines|`jira``workflow`| |
19 | | -|[Makisu](plugins/makisu/README.md)| Building images using the Makisu tool|`makisu``uber`| |
20 | | -|[release to npm](plugins/release-to-NPM/README.md)| Release npm modules from a pipeline|`npm`| |
21 | | -|[Twistlock](plugins/cfstep-twistlock)| Security scanning of docker images using Twistlock|`security`| |
22 | | -|[Clair](plugins/clair/README.md)| Security scanning of Docker images using Clair|`security`| |
23 | | -|[Import Docker Images](plugins/import-docker-images/README.md)| Import Docker images metadata into Codefresh|`docker``codefresh`| |
24 | | -|[Google KMS](plugins/google-kms/README.md)| Encryption/Decryption with Google KMS|`KMS``codefresh`| |
25 | | -|[Github Release](plugins/github-release/README.md)| Managing GitHub releases|`github``release`| |
26 | | -|[Google GKE](plugins/gke/README.md)| GKE Clusters|`GKE``codefresh`| |
27 | | -|[Vault](plugins/vault/README.md)| Export Vault Key/Value pairs as ENV variables|`Vault``codefresh`| |
| 7 | +To created a new step navigate here:https://codefresh.io/docs/docs/codefresh-yaml/steps/#creating-your-own-step |
| 8 | + |
| 9 | +https://codefresh.io/steps/ |