This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[changelog:added]
- Loading branch information
David Dooling
committed
Oct 29, 2020
1 parent
3a0db8c
commit fc46d57
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
While the [Atomist Skills Catalog][catalog] provides large number of useful | ||
skills, many users will have the need to create their own custom skill from time | ||
to time. | ||
|
||
The simplest way to create your own skill is to use the [Docker Container Runner | ||
skill][container-run-skill]. The Docker Container Runner skills allows you to | ||
run any Docker image you want whenever activity occurs in GitHub, whenever there | ||
is activity in chat, on a regular schedule, and even in response to custom | ||
events you or your tools. For example, you can run a container skill that sends | ||
a chat message whenever an issue in Jira is opened or that rebuilds your Docker | ||
images whenever a new base image is pushed to Docker Hub. Enable the [Docker | ||
Container Runner skill][container-run-skill] for your team or see the | ||
[Container Skill documentation](container-skills.md) for more information. | ||
|
||
You can also create skills using your favorite programming language. More | ||
information on how to do that will be made available at a later time. | ||
|
||
[catalog]: https://go.atomist.com/catalog "Atomist Skills Catalog" | ||
[container-run-skill]: https://go.atomist.com/catalog/skills/atomist/container-run-skill "Docker Container Runner Skill" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters