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
## THIS IS A NEW, BLANK REPO THAT IS NOT READY FOR USE YET. PLEASE CHECK BACK SOON!
6
5
7
6
## Introduction
8
-
MISSING
9
7
10
-
## Getting Started
11
-
MISSING
12
-
13
-
### Prerequisites
14
-
MISSING
15
-
16
-
## Notes/Issues
17
-
MISSING
18
-
19
-
## URLs
20
-
* Nothing at this time
8
+
Rapid delivery of software is essential for efficiently running your applications in the cloud. Oracle DevOps service provides a continuous integration and deployment (CI/CD) platform for developers. You can use the OCI DevOps service to easily build, test, and deploy software and applications on Oracle Cloud. DevOps build and deployment pipelines reduce change-driven errors and decrease the time customers spend on building and deploying releases.
9
+
10
+
The service also provides private Git repositories to store your code and it supports connections to external code repositories. Whether you're migrating workloads to Oracle Cloud Infrastructure (OCI)—from on-premises or other clouds—or developing new applications on OCI, you can use the DevOps service to simplify your software delivery lifecycle.
11
+
12
+
## OCI Devops examples
13
+
14
+
-[CICD with OCI Devops services - samples](./oci-pipeline-examples/README.md)
15
+
-[OCI Devops Build service - samples](./oci-build-examples/README.md)
16
+
-[OCI Devops Deployment service - samples](./oci-deployment-examples/README.md)
17
+
-[OCI Source Code Management service - sample](./oci-coderepo-examples/README.md)
-rw-r--r-- 1 rahulmr_in staff 202 Feb 22 14:33 oci_buildrunner_with_sonarqube/Dockerfile
41
+
-rw-r--r-- 1 rahulmr_in staff 6313 Feb 22 14:33 oci_buildrunner_with_sonarqube/README.md
42
+
-rwxr-xr-x 1 rahulmr_in staff 41 Feb 22 14:33 oci_buildrunner_with_sonarqube/build.sh
43
+
-rw-r--r-- 1 rahulmr_in staff 3204 Feb 22 14:33 oci_buildrunner_with_sonarqube/build_spec.yaml
44
+
-rw-r--r-- 1 rahulmr_in staff 1011 Feb 22 14:33 oci_buildrunner_with_sonarqube/deploy_spec.yaml
45
+
-rw-r--r-- 1 rahulmr_in staff 53 Feb 22 14:33 oci_buildrunner_with_sonarqube/package.json
46
+
-rwxr-xr-x 1 rahulmr_in staff 77 Feb 22 14:33 oci_buildrunner_with_sonarqube/run.sh
47
+
-rw-r--r-- 1 rahulmr_in staff 2901 Feb 22 14:33 oci_buildrunner_with_sonarqube/server.js
48
+
49
+
oci_buildrunner_with_sonarqube/images:
50
+
total 3136
51
+
.....
21
52
22
53
## Contributing
23
54
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.
@@ -29,4 +60,4 @@ Licensed under the Universal Permissive License (UPL), Version 1.0.
29
60
30
61
See [LICENSE](LICENSE) for more details.
31
62
32
-
ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.
63
+
ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.
0 commit comments