Skip to content
Snippets Groups Projects
Commit 08b87d73 authored by Nicholas Karsky's avatar Nicholas Karsky
Browse files

Merge branch 'azure_pipeline' into 'master'

Azure pipeline

See merge request !35
parents 3a15c97c ed3bedc4
No related branches found
No related tags found
1 merge request!35Azure pipeline
Pipeline #12508 failed
......@@ -17,6 +17,10 @@ variables:
AWS_ENVIRONMENT: dev
AWS_INT_TEST_TYPE: python
AZURE_SERVICE: unit
AZURE_BUILD_SUBDIR: provider/unit-azure/unit-aks
AZURE_TEST_SUBDIR: testing/unit_test_azure
include:
- project: "osdu/platform/ci-cd-pipelines"
file: "standard-setup.yml"
......@@ -39,6 +43,9 @@ include:
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure.yml"
osdu-gcp-test:
extends:
- .osdu-gcp-variables
......
......@@ -22,6 +22,7 @@
<artifactId>unit-service</artifactId>
<groupId>org.opengroup.osdu.unit-service</groupId>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -9,6 +9,7 @@
<groupId>org.opengroup.osdu.unit-service</groupId>
<artifactId>unit-service</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
......@@ -101,6 +102,16 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
<configuration>
<classifier>spring-boot</classifier>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......
......@@ -8,6 +8,7 @@
<groupId>org.opengroup.osdu.unit-service</groupId>
<artifactId>unit-service</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>unit-gke</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment