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
4d863491
Commit
4d863491
authored
Sep 30, 2020
by
Daniel Scholl
Browse files
Pipeline fix
parent
a1ab06e9
Pipeline
#10592
failed with stage
in 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/development-pipeline.yml
View file @
4d863491
...
...
@@ -39,7 +39,7 @@ variables:
-
group
:
"
Azure
-
Common"
-
name
:
serviceName
value
:
"
legal
"
value
:
"
partition
"
-
name
:
chartPath
value
:
"
/devops/azure/chart"
-
name
:
valuesFile
...
...
@@ -48,25 +48,25 @@ variables:
value
:
$[ resources.repositories['FluxRepo'].name ]
stages
:
-
template
:
/devops/
azure/
build-stage.yml@TemplateRepo
-
template
:
/devops/build-stage.yml@TemplateRepo
parameters
:
mavenGoal
:
'
package'
mavenPublishJUnitResults
:
true
serviceCoreMavenOptions
:
'
-P
legal
-core'
mavenOptions
:
'
-P
legal
-azure'
serviceCoreMavenOptions
:
'
-P
partition
-core'
mavenOptions
:
'
-P
partition
-azure'
copyFileContents
:
|
pom.xml
provider/
legal
-azure/maven/settings.xml
provider/
legal
-azure/pom.xml
provider/
legal
-azure/target/*-spring-boot.jar
provider/
partition
-azure/maven/settings.xml
provider/
partition
-azure/pom.xml
provider/
partition
-azure/target/*-spring-boot.jar
copyFileContentsToFlatten
:
'
'
mavenSettingsFile
:
'
./maven/settings.xml'
serviceBase
:
${{ variables.serviceName }}
testingRootFolder
:
'
testing'
-
template
:
/devops/
azure/
deploy-stages.yml@TemplateRepo
-
template
:
/devops/deploy-stages.yml@TemplateRepo
parameters
:
serviceName
:
${{ variables.serviceName }}
testCoreMavenPomFile
:
'
testing/
legal
-test-core/pom.xml'
testCoreMavenPomFile
:
'
testing/
partition
-test-core/pom.xml'
testCoreMavenOptions
:
'
--settings
$(System.DefaultWorkingDirectory)/drop/deploy/testing/maven/settings.xml'
providers
:
-
name
:
Azure
...
...
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