You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,8 @@ Which can be referenced from within the DSL in multiple ways:
122
122
println "Procedure name: ${args.procedureName}"
123
123
runProcedure(args)
124
124
```
125
+
## Sample build and release repository
126
+
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.
125
127
## License
126
128
The scripts and documentation in this project are released under the MIT License.
0 commit comments