-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shabaz Basha Kowthalam
committed
Nov 12, 2024
1 parent
261e1ff
commit 707d22a
Showing
1 changed file
with
13 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# Sample Automation Plugin For Devops Deploy | ||
This repository contains a sample automation plugin for the Devops Deploy formerly known as Urban Code Deploy. | ||
# DevOps Deploy Automation Plugin Template | ||
|
||
--- | ||
|
||
This repository provides a foundational template for developing automation plugins for | ||
DevOps Deploy, also known as Urban Code Deploy. It includes sample code and configuration | ||
necessary for creating a new plugin, streamlining the process for developers aiming to | ||
extend DevOps Deploy functionalities. | ||
|
||
For more information on plugin development, | ||
please refer to the [official IBM DevOps Deploy plugin documentation](https://www.ibm.com/docs/en/devops-deploy/8.0.1?topic=function-plug-ins). | ||
|
||
To create a new repository using this template, see the GitHub [template repository guide](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template). |