Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 0f85ec8

Browse files
authored
doc
1 parent e70f139 commit 0f85ec8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
}
9494
```
9595
4. Go to the GitHub `Actions` tab and run the workflow `Create Simple Project`
96+
## Sample build and release repository
97+
The [CloudBees CD/RO GitHub Actions Demonstration Repository](https://github.com/cloudbees-demos/gh-actions-demo) illustrates how to implement a build and release workflow with the CloudBees CD/RO GitHub Actions.
9698
## How to create additional CloudBees CD/RO actions
9799
The `eval-dsl` action is the basis of the other CloudBees-provided Actions such as `run-procedure` and `start-release`. It is implemented as a [JavaScript](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action) GitHub Action. The others are implemented as [Composite](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action) type Actions. Using this Composite model, you can easily create your own CD/RO Actions. The `action.yaml` file in [run-procedure](https://github.com/cloudbees-github-actions/run-procedure) provides a useful template for doing this. Note that the `args` map is used to pass both DSL and Actual Parameters to the DSL. So, for example, the following workflow yaml,
98100
```yaml

0 commit comments

Comments
 (0)