Skip to content

Commit 88fa859

Browse files
committed
Added few references.
1 parent 46667a2 commit 88fa859

File tree

1 file changed

+9
-0
lines changed
  • oci-build-examples/oci-build-caching

1 file changed

+9
-0
lines changed

oci-build-examples/oci-build-caching/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ For this, sample java maven-based application is used to demonstrate build cachi
1212
* Assumed that you are using docker build inside your `build_spec.yaml`
1313
* As OCI Object storage is used to store the cache, Please create a bucket and set right access policies for the same. [Click here](https://docs.oracle.com/en-us/iaas/Content/Object/Concepts/objectstorageoverview.htm) to know more about Object Storage.
1414

15+
### References
16+
* [OCI DevOps CICD Reference Architecture](https://docs.oracle.com/en/solutions/ci-cd-pipe-oci-devops/index.html)
17+
* [OCI DevOps Documentation](https://docs.oracle.com/en-us/iaas/Content/devops/using/home.htm)
18+
* [Creating DevOps Project](https://docs.oracle.com/en-us/iaas/Content/devops/using/create_project.htm)
19+
* [Creating Repository](https://docs.oracle.com/en-us/iaas/Content/devops/using/managing_coderepo.htm)
20+
* [Creating Build Pipeline](https://docs.oracle.com/en-us/iaas/Content/devops/using/managing_build_pipelines.htm)
21+
* [Creating Deploy Pipeline](https://docs.oracle.com/en-us/iaas/Content/devops/using/deployment_pipelines.htm)
22+
23+
1524
### Overview of Changes
1625
For any project, you may tweek `build_spec.yaml` to enable build cache.
1726

0 commit comments

Comments
 (0)