Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
a1ab06e9
Commit
a1ab06e9
authored
Sep 30, 2020
by
Daniel Scholl
Browse files
Pipeline fix
parent
38868dd6
Pipeline
#10590
failed with stage
in 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/development-pipeline.yml
View file @
a1ab06e9
...
...
@@ -48,7 +48,7 @@ variables:
value
:
$[ resources.repositories['FluxRepo'].name ]
stages
:
-
template
:
/devops/
service-pipelines
/build-stage.yml@TemplateRepo
-
template
:
/devops/
azure
/build-stage.yml@TemplateRepo
parameters
:
mavenGoal
:
'
package'
mavenPublishJUnitResults
:
true
...
...
@@ -63,21 +63,11 @@ stages:
mavenSettingsFile
:
'
./maven/settings.xml'
serviceBase
:
${{ variables.serviceName }}
testingRootFolder
:
'
testing'
-
template
:
/devops/
service-pipelines
/deploy-stages.yml@TemplateRepo
-
template
:
/devops/
azure
/deploy-stages.yml@TemplateRepo
parameters
:
serviceName
:
${{ variables.serviceName }}
testCoreMavenPomFile
:
'
testing/legal-test-core/pom.xml'
testCoreMavenOptions
:
'
--settings
$(System.DefaultWorkingDirectory)/drop/deploy/testing/maven/settings.xml'
providers
:
-
name
:
Azure
environments
:
[
'
dev'
]
# - template: devops/service-pipelines/aks-deploy-stages.yml@osdu-infrastructure
# parameters:
# serviceName: ${{ variables.serviceName }}
# chartPath: ${{ variables.chartPath }}
# valuesFile: ${{ variables.valuesFile }}
# providers:
# - name: Azure
# environments: ["dev"]
environments
:
[
'
dev'
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment