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

Merge branch 'pipeline' into 'master'

Update development-pipeline.yml

See merge request !52
parents 50df8d59 4ac6eeb1
No related branches found
No related tags found
1 merge request!52Update development-pipeline.yml
Pipeline #18574 failed
......@@ -14,7 +14,7 @@ resources:
repositories:
- repository: FluxRepo
type: git
name: gitops-manifests
name: k8-gitops-manifests
- repository: TemplateRepo
type: git
name: infra-azure-provisioning
......@@ -40,15 +40,16 @@ stages:
parameters:
mavenGoal: 'package'
mavenPublishJUnitResults: true
serviceCoreMavenOptions: ''
mavenOptions: ''
serviceCoreMavenOptions: '-P unit-core --settings .mvn/community-maven.settings.xml'
mavenOptions: '-P unit-azure --settings .mvn/community-maven.settings.xml'
copyFileContents: |
pom.xml
maven/settings.xml
provider/unit-azure/unit-aks/maven/settings.xml
provider/unit-azure/unit-aks/pom.xml
provider/unit-azure/unit-aks/target/unit-aks-*.jar
provider/unit-azure/unit-aks/target/*-spring-boot.jar
.mvn/community-maven.settings.xml
copyFileContentsToFlatten: ''
mavenSettingsFile: './maven/settings.xml'
mavenSettingsFile: '.mvn/community-maven.settings.xml'
serviceBase: ${{ variables.serviceName }}
testingRootFolder: 'testing'
chartPath: ${{ variables.chartPath }}
......@@ -67,4 +68,4 @@ stages:
testPythonFile: 'run-integration-tests.sh'
providers:
- name: Azure
environments: ['dev']
environments: ['dev']
\ No newline at end of file
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