Skip to content

Commit 7869b0d

Browse files
authored
Merge pull request #36 from oracle-devrel/adm
Graal EE with Instances
2 parents f051aa5 + 9a41bbb commit 7869b0d

File tree

63 files changed

+1377
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1377
-11
lines changed

AIO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All in One reference for samples - In Alphabetical (A to Z) order.
66
- Build a micronaut restapi application with Graal VM Enterprise - https://github.com/oracle-devrel/oci-devops-examples/tree/main/oci-build-examples/oci_devops_graalee_micronaut
77
- Build and Deploy a Golan application using OCI Devops - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-devops-golan-sample
88
- Build and Deploy a RUST application using OCI Devops - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-devops-cicd-rust-sample
9+
- Build and deploy a JAVA - Graal EE - Micronaut application on to Instances - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances
910
- Build and run a OCI devops pipeline with JAVA and Graal VM framework. - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-java-graalvm-devops-example
1011
- Build and run a OCI devops pipeline with Java-Micronaut framework. - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-java-micronaut-devops-example
1112
- Cascaded Pipelines - With in the Region - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-cascaded-pipelines/same-region

oci-pipeline-examples/README.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,42 @@
11
All about devops pipelines using OCI Devops.
22
=======
33
<details>
4-
<summary>JAVA Applications - click to expand</summary>
5-
6-
* [Build and run a OCI devops pipeline with Java-Micronaut framework.](./oci-java-micronaut-devops-example/)
4+
<summary>Cascaded Pipelines - click to expand</summary>
75

8-
* [Build and run a OCI devops pipeline with JAVA and Graal VM framework.](./oci-java-graalvm-devops-example/)
6+
* [Cascaded Pipelines - With in the Region](./oci-cascaded-pipelines/same-region/)
97

108
</details>
119
<details>
12-
<summary>Cascaded Pipelines - click to expand</summary>
13-
14-
* [Cascaded Pipelines - With in the Region](./oci-cascaded-pipelines/same-region/)
10+
<summary> Pipeline with Graal Enterprise - click to expand</summary>
11+
12+
* [Build and deploy a JAVA - Graal EE - Micronaut application on to Instances](./oci-devops-graal-micronaut-deploy-to-instances)
1513

1614
</details>
15+
<details>
16+
<summary>Golan Applications - click to expand</summary>
17+
18+
* [Build and Deploy a Golan application using OCI Devops](./oci-devops-golan-sample/)
1719

1820
</details>
21+
1922
<details>
20-
<summary>RUST Applications - click to expand</summary>
23+
<summary>JAVA Applications - click to expand</summary>
24+
25+
* [Build and run a OCI devops pipeline with Java-Micronaut framework on to OKE.](./oci-java-micronaut-devops-example/)
2126

22-
* [Build and Deploy a RUST application using OCI Devops](./oci-devops-cicd-rust-sample/)
27+
* [Build and run a OCI devops pipeline with JAVA and Graal VM framework on to OKE .](./oci-java-graalvm-devops-example/)
2328

2429
</details>
2530

2631

2732
</details>
2833
<details>
29-
<summary>Golan Applications - click to expand</summary>
34+
<summary>RUST Applications - click to expand</summary>
35+
36+
* [Build and Deploy a RUST application using OCI Devops](./oci-devops-cicd-rust-sample/)
37+
38+
</details>
3039

31-
* [Build and Deploy a Golan application using OCI Devops](./oci-devops-golan-sample/)
3240

3341
</details>
3442

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Thumbs.db
2+
.DS_Store
3+
.gradle
4+
build/
5+
target/
6+
out/
7+
.idea
8+
*.iml
9+
*.ipr
10+
*.iws
11+
.project
12+
.settings
13+
.classpath
14+
.factorypath
15+
16+
# Compiled class file
17+
*.class
18+
19+
# Log file
20+
*.log
21+
22+
# BlueJ files
23+
*.ctxt
24+
25+
# Mobile Tools for Java (J2ME)
26+
.mtj.tmp/
27+
28+
# Package Files #
29+
*.jar
30+
*.war
31+
*.nar
32+
*.ear
33+
*.zip
34+
*.tar.gz
35+
*.rar
36+
37+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
38+
hs_err_pid*

0 commit comments

Comments
 (0)